Lines Matching full:inet
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
4 * operating system. INET is implemented using the BSD Socket
112 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_hashdance_schedule() local
119 Note, that any socket with inet->num != 0 MUST be bound in in inet_twsk_hashdance_schedule()
122 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance_schedule()
124 bhead2 = inet_bhashfn_portaddr(hashinfo, sk, twsk_net(tw), inet->inet_num); in inet_twsk_hashdance_schedule()
191 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_alloc() local
195 tw->tw_daddr = inet->inet_daddr; in inet_twsk_alloc()
196 tw->tw_rcv_saddr = inet->inet_rcv_saddr; in inet_twsk_alloc()
198 tw->tw_tos = inet->tos; in inet_twsk_alloc()
199 tw->tw_num = inet->inet_num; in inet_twsk_alloc()
202 tw->tw_sport = inet->inet_sport; in inet_twsk_alloc()
203 tw->tw_dport = inet->inet_dport; in inet_twsk_alloc()