Home
last modified time | relevance | path

Searched refs:tipc_sock (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/tipc/
Dsocket.c80 struct tipc_sock { struct
111 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument
113 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
115 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
116 static int tipc_sk_insert(struct tipc_sock *tsk);
117 static void tipc_sk_remove(struct tipc_sock *tsk);
182 static u32 tsk_own_node(struct tipc_sock *tsk) in tsk_own_node()
187 static u32 tsk_peer_node(struct tipc_sock *tsk) in tsk_peer_node()
192 static u32 tsk_peer_port(struct tipc_sock *tsk) in tsk_peer_port()
197 static bool tsk_unreliable(struct tipc_sock *tsk) in tsk_unreliable()
[all …]