Lines Matching refs:net
112 struct net *net; member
133 struct tipc_node *tipc_node_find(struct net *net, u32 addr);
135 void tipc_node_stop(struct net *net);
136 void tipc_node_check_dest(struct net *net, u32 onode,
141 void tipc_node_delete_links(struct net *net, int bearer_id);
145 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node,
148 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
150 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
152 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
153 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
171 static inline unsigned int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel) in tipc_node_get_mtu() argument
177 n = tipc_node_find(net, addr); in tipc_node_get_mtu()