diff options
author | David S. Miller <davem@davemloft.net> | 2016-07-26 17:26:43 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-26 17:26:43 -0400 |
commit | 2a0b9d8a1402a14fff06ed306a566025c75b2b87 (patch) | |
tree | f80b57ee326824ceda895bab95b821eb14b9b9d1 /net/tipc/node.h | |
parent | d1c2b5010d07e967d7cbcc232a86b2308d824ca3 (diff) | |
parent | cf6f7e1d51090772d5ff7355aaf0fcff17f20d1a (diff) |
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.h | 5 |
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); | |||
78 | int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info); | 78 | int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info); |
79 | int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info); | 79 | int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info); |
80 | 80 | ||
81 | int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info); | ||
82 | int tipc_nl_node_get_monitor(struct sk_buff *skb, struct genl_info *info); | ||
83 | int tipc_nl_node_dump_monitor(struct sk_buff *skb, struct netlink_callback *cb); | ||
84 | int tipc_nl_node_dump_monitor_peer(struct sk_buff *skb, | ||
85 | struct netlink_callback *cb); | ||
81 | #endif | 86 | #endif |