Lines Matching refs:net
64 void tipc_node_stop(struct net *net);
65 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
66 u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr);
67 void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128,
72 void tipc_node_delete_links(struct net *net, int bearer_id);
73 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
74 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node,
76 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
78 int tipc_node_distr_xmit(struct net *net, struct sk_buff_head *list);
79 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
81 void tipc_node_subscribe(struct net *net, struct list_head *subscr, u32 addr);
82 void tipc_node_unsubscribe(struct net *net, struct list_head *subscr, u32 addr);
83 void tipc_node_broadcast(struct net *net, struct sk_buff *skb);
84 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
85 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
86 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel);
87 bool tipc_node_is_up(struct net *net, u32 addr);
88 u16 tipc_node_get_capabilities(struct net *net, u32 addr);