Lines Matching refs:net

2  * net/tipc/node.h: Include file for TIPC node management routines
41 #include "net.h"
77 void tipc_node_stop(struct net *net);
78 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
89 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr);
91 u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr);
92 void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128,
97 void tipc_node_delete_links(struct net *net, int bearer_id);
98 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
99 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node,
101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
103 int tipc_node_distr_xmit(struct net *net, struct sk_buff_head *list);
104 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
106 void tipc_node_subscribe(struct net *net, struct list_head *subscr, u32 addr);
107 void tipc_node_unsubscribe(struct net *net, struct list_head *subscr, u32 addr);
108 void tipc_node_broadcast(struct net *net, struct sk_buff *skb, int rc_dests);
109 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
110 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
111 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected);
112 bool tipc_node_is_up(struct net *net, u32 addr);
113 u16 tipc_node_get_capabilities(struct net *net, u32 addr);
130 void tipc_node_pre_cleanup_net(struct net *exit_net);