Home
last modified time | relevance | path

Searched refs:IPPROTO_TCP (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Dsock_diag.h57 case IPPROTO_TCP: in sock_diag_destroy_group()
69 case IPPROTO_TCP: in sock_diag_destroy_group()
Din.h24 case IPPROTO_TCP: in proto_ports_offset()
Dvirtio_net.h59 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/
Dip_set_getport.h26 case IPPROTO_TCP: in ip_set_proto_with_ports()
/include/uapi/linux/
Din.h37 IPPROTO_TCP = 6, /* Transmission Control Protocol */ enumerator
38 #define IPPROTO_TCP IPPROTO_TCP macro
/include/net/
Dip6_checksum.h59 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_TCP, base); in tcp_v6_check()
Dxfrm.h842 case IPPROTO_TCP: in xfrm_flowi_sport()
869 case IPPROTO_TCP: in xfrm_flowi_dport()
Dtcp.h1373 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_TCP, base); in tcp_v4_check()
/include/linux/mlx5/
Dfs_helpers.h64 return _mlx5_fs_is_outer_ipproto_flow(match_c, match_v, IPPROTO_TCP); in mlx5_fs_is_outer_tcp_flow()
/include/trace/events/
Dfib6.h56 if (__entry->proto == IPPROTO_TCP ||
Dfib.h59 if (__entry->proto == IPPROTO_TCP ||
Dsock.h20 EM(IPPROTO_TCP) \
/include/linux/sunrpc/
Dxprt.h179 XPRT_TRANSPORT_TCP = IPPROTO_TCP,
180 XPRT_TRANSPORT_BC_TCP = IPPROTO_TCP | XPRT_TRANSPORT_BC,