Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dsocket.c109 struct tipc_sock { struct
152 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua); argument
153 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
154 static int tipc_sk_leave(struct tipc_sock *tsk);
155 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
156 static int tipc_sk_insert(struct tipc_sock *tsk);
157 static void tipc_sk_remove(struct tipc_sock *tsk);
160 static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack);
169 static u32 tsk_own_node(struct tipc_sock *tsk) in tsk_own_node()
174 static u32 tsk_peer_node(struct tipc_sock *tsk) in tsk_peer_node()
[all …]
Dsocket.h52 struct tipc_sock;
65 struct tipc_sock *tsk, u32 sk_filter_state,
70 struct tipc_sock *tsk));
Ddiag.c51 struct tipc_sock *tsk) in __tipc_add_sock_diag()