summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.h
diff options
context:
space:
mode:
authorDavid S. Miller2016-07-26 23:26:43 +0200
committerDavid S. Miller2016-07-26 23:26:43 +0200
commit2a0b9d8a1402a14fff06ed306a566025c75b2b87 (patch)
treef80b57ee326824ceda895bab95b821eb14b9b9d1 /net/tipc/node.h
parentnet: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_... (diff)
parenttipc: dump monitor attributes (diff)
downloadkernel-qcow2-linux-2a0b9d8a1402a14fff06ed306a566025c75b2b87.tar.gz
kernel-qcow2-linux-2a0b9d8a1402a14fff06ed306a566025c75b2b87.tar.xz
kernel-qcow2-linux-2a0b9d8a1402a14fff06ed306a566025c75b2b87.zip
Merge branch 'tipc-netlink-monitor-updates'
Parthasarathy Bhuvaragan says: ==================== tipc: netlink updates for neighbour monitor This series contains the updates to configure and read the attributes for neighbour monitor. v2: rebase on top of net-next ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r--net/tipc/node.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h
index 8264b3d97dc4..d69fdfcc0ec9 100644
--- a/net/tipc/node.h
+++ b/net/tipc/node.h
@@ -78,4 +78,9 @@ int tipc_nl_node_reset_link_stats(struct sk_buff *skb, struct genl_info *info);
int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info);
int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info);
+int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info);
+int tipc_nl_node_get_monitor(struct sk_buff *skb, struct genl_info *info);
+int tipc_nl_node_dump_monitor(struct sk_buff *skb, struct netlink_callback *cb);
+int tipc_nl_node_dump_monitor_peer(struct sk_buff *skb,
+ struct netlink_callback *cb);
#endif