Lines Matching defs:net
123 struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find()
144 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u16 capabilities) in tipc_node_create()
223 void tipc_node_stop(struct net *net) in tipc_node_stop()
237 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port) in tipc_node_add_conn()
268 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port) in tipc_node_remove_conn()
503 void tipc_node_check_dest(struct net *net, u32 onode, in tipc_node_check_dest()
635 void tipc_node_delete_links(struct net *net, int bearer_id) in tipc_node_delete_links()
903 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 addr, in tipc_node_get_linkname()
930 struct net *net = node->net; in tipc_node_unlock() local
1023 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, in tipc_node_xmit()
1064 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode, in tipc_node_xmit_skb()
1086 static void tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id) in tipc_node_bc_rcv()
1273 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv()
1347 struct net *net = sock_net(skb->sk); in tipc_nl_node_dump() local