node.h (bf1035b2ff5296c7c49e262152253ce29d87e82d) | node.h (cf6f7e1d51090772d5ff7355aaf0fcff17f20d1a) |
---|---|
1/* 2 * net/tipc/node.h: Include file for TIPC node management routines 3 * 4 * Copyright (c) 2000-2006, 2014-2015, Ericsson AB 5 * Copyright (c) 2005, 2010-2014, Wind River Systems 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 66 unchanged lines hidden (view full) --- 75int tipc_nl_node_dump(struct sk_buff *skb, struct netlink_callback *cb); 76int tipc_nl_node_dump_link(struct sk_buff *skb, struct netlink_callback *cb); 77int tipc_nl_node_reset_link_stats(struct sk_buff *skb, struct genl_info *info); 78int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info); 79int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info); 80 81int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info); 82int tipc_nl_node_get_monitor(struct sk_buff *skb, struct genl_info *info); | 1/* 2 * net/tipc/node.h: Include file for TIPC node management routines 3 * 4 * Copyright (c) 2000-2006, 2014-2015, Ericsson AB 5 * Copyright (c) 2005, 2010-2014, Wind River Systems 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 66 unchanged lines hidden (view full) --- 75int tipc_nl_node_dump(struct sk_buff *skb, struct netlink_callback *cb); 76int tipc_nl_node_dump_link(struct sk_buff *skb, struct netlink_callback *cb); 77int tipc_nl_node_reset_link_stats(struct sk_buff *skb, struct genl_info *info); 78int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info); 79int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info); 80 81int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info); 82int tipc_nl_node_get_monitor(struct sk_buff *skb, struct genl_info *info); |
83int tipc_nl_node_dump_monitor(struct sk_buff *skb, struct netlink_callback *cb); 84int tipc_nl_node_dump_monitor_peer(struct sk_buff *skb, 85 struct netlink_callback *cb); |
|
83#endif | 86#endif |