Home
last modified time | relevance | path

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

/include/linux/
Dsock_diag.h62 switch (sk->sk_protocol) { in sock_diag_destroy_group()
74 switch (sk->sk_protocol) { in sock_diag_destroy_group()
Dudp.h209 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE)
/include/trace/events/
Dsock.h170 __entry->protocol = sk->sk_protocol;
218 __entry->protocol = sk->sk_protocol;
257 __entry->protocol = sk->sk_protocol;
285 __entry->protocol = sk->sk_protocol;
/include/net/
Dinet6_hashtables.h122 if (sk->sk_protocol == IPPROTO_TCP) { in inet6_steal_sock()
125 } else if (sk->sk_protocol == IPPROTO_UDP) { in inet6_steal_sock()
Dinet_hashtables.h463 if (sk->sk_protocol == IPPROTO_TCP) { in inet_steal_sock()
466 } else if (sk->sk_protocol == IPPROTO_UDP) { in inet_steal_sock()
Dsock.h508 u16 sk_protocol; member
2760 sk->sk_protocol == IPPROTO_TCP; in sk_is_tcp()
2767 sk->sk_protocol == IPPROTO_UDP; in sk_is_udp()
Dxfrm.h2214 proto = sk->sk_protocol; in xfrm6_local_dontfrag()