Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dsocket.c81 struct tipc_sock { struct
113 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument
115 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
117 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
118 static int tipc_sk_insert(struct tipc_sock *tsk);
119 static void tipc_sk_remove(struct tipc_sock *tsk);
184 static u32 tsk_own_node(struct tipc_sock *tsk) in tsk_own_node()
189 static u32 tsk_peer_node(struct tipc_sock *tsk) in tsk_peer_node()
194 static u32 tsk_peer_port(struct tipc_sock *tsk) in tsk_peer_port()
199 static bool tsk_unreliable(struct tipc_sock *tsk) in tsk_unreliable()
[all …]