Lines Matching refs:net
60 void tipc_node_stop(struct net *net);
61 void tipc_node_check_dest(struct net *net, u32 onode,
66 void tipc_node_delete_links(struct net *net, int bearer_id);
67 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node,
69 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
71 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
73 void tipc_node_subscribe(struct net *net, struct list_head *subscr, u32 addr);
74 void tipc_node_unsubscribe(struct net *net, struct list_head *subscr, u32 addr);
75 void tipc_node_broadcast(struct net *net, struct sk_buff *skb);
76 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
77 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
78 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel);
79 u16 tipc_node_get_capabilities(struct net *net, u32 addr);