Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsocket.c75 * struct tipc_sock - TIPC socket structure
96 * @rcu: rcu struct for tipc_sock
109 struct tipc_sock { struct
150 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua); argument
151 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
152 static int tipc_sk_leave(struct tipc_sock *tsk);
153 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
154 static int tipc_sk_insert(struct tipc_sock *tsk);
155 static void tipc_sk_remove(struct tipc_sock *tsk);
158 static void tipc_sk_push_backlog(struct tipc_sock *ts
110 sktipc_sock global() argument
111 max_pkttipc_sock global() argument
112 maxnagletipc_sock global() argument
113 portidtipc_sock global() argument
114 phdrtipc_sock global() argument
115 cong_linkstipc_sock global() argument
116 publicationstipc_sock global() argument
117 pub_counttipc_sock global() argument
118 dupl_rcvcnttipc_sock global() argument
119 conn_timeouttipc_sock global() argument
120 probe_unackedtipc_sock global() argument
121 cong_link_cnttipc_sock global() argument
122 snt_unackedtipc_sock global() argument
123 snd_wintipc_sock global() argument
147 rcv_wintipc_sock global() argument
[all...]
H A Dsocket.h52 struct tipc_sock;
65 struct tipc_sock *tsk, u32 sk_filter_state,
70 struct tipc_sock *tsk));
H A Ddiag.c51 struct tipc_sock *tsk) in __tipc_add_sock_diag()