Lines Matching refs:net
72 void tipc_node_stop(struct net *net);
73 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
75 u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr);
76 void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128,
81 void tipc_node_delete_links(struct net *net, int bearer_id);
82 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
83 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node,
85 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
87 int tipc_node_distr_xmit(struct net *net, struct sk_buff_head *list);
88 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
90 void tipc_node_subscribe(struct net *net, struct list_head *subscr, u32 addr);
91 void tipc_node_unsubscribe(struct net *net, struct list_head *subscr, u32 addr);
92 void tipc_node_broadcast(struct net *net, struct sk_buff *skb);
93 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
94 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
95 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel);
96 bool tipc_node_is_up(struct net *net, u32 addr);
97 u16 tipc_node_get_capabilities(struct net *net, u32 addr);