Lines Matching refs:inet
104 const struct inet_sock *inet = inet_sk(sk);
110 Note, that any socket with inet->num != 0 MUST be bound in
113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num,
167 const struct inet_sock *inet = inet_sk(sk);
171 tw->tw_daddr = inet->inet_daddr;
172 tw->tw_rcv_saddr = inet->inet_rcv_saddr;
174 tw->tw_tos = inet->tos;
175 tw->tw_num = inet->inet_num;
178 tw->tw_sport = inet->inet_sport;
179 tw->tw_dport = inet->inet_dport;
185 tw->tw_transparent = inet->transparent;