Searched refs:IPPROTO_TCP (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | sock_diag.h | 57 case IPPROTO_TCP: in sock_diag_destroy_group() 69 case IPPROTO_TCP: in sock_diag_destroy_group()
|
D | in.h | 24 case IPPROTO_TCP: in proto_ports_offset()
|
D | virtio_net.h | 59 ip_proto = IPPROTO_TCP; in virtio_net_hdr_to_skb() 64 ip_proto = IPPROTO_TCP; in virtio_net_hdr_to_skb()
|
/include/linux/netfilter/ipset/ |
D | ip_set_getport.h | 26 case IPPROTO_TCP: in ip_set_proto_with_ports()
|
/include/uapi/linux/ |
D | in.h | 37 IPPROTO_TCP = 6, /* Transmission Control Protocol */ enumerator 38 #define IPPROTO_TCP IPPROTO_TCP macro
|
/include/net/ |
D | ip6_checksum.h | 59 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_TCP, base); in tcp_v6_check()
|
D | xfrm.h | 842 case IPPROTO_TCP: in xfrm_flowi_sport() 869 case IPPROTO_TCP: in xfrm_flowi_dport()
|
D | tcp.h | 1373 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_TCP, base); in tcp_v4_check()
|
/include/linux/mlx5/ |
D | fs_helpers.h | 64 return _mlx5_fs_is_outer_ipproto_flow(match_c, match_v, IPPROTO_TCP); in mlx5_fs_is_outer_tcp_flow()
|
/include/trace/events/ |
D | fib6.h | 56 if (__entry->proto == IPPROTO_TCP ||
|
D | fib.h | 59 if (__entry->proto == IPPROTO_TCP ||
|
D | sock.h | 20 EM(IPPROTO_TCP) \
|
/include/linux/sunrpc/ |
D | xprt.h | 179 XPRT_TRANSPORT_TCP = IPPROTO_TCP, 180 XPRT_TRANSPORT_BC_TCP = IPPROTO_TCP | XPRT_TRANSPORT_BC,
|