Searched refs:IPPROTO_UDP (Results 1 – 14 of 14) sorted by relevance
/include/linux/ |
D | sock_diag.h | 59 case IPPROTO_UDP: in sock_diag_destroy_group() 71 case IPPROTO_UDP: in sock_diag_destroy_group()
|
D | in.h | 25 case IPPROTO_UDP: in proto_ports_offset()
|
D | virtio_net.h | 69 ip_proto = IPPROTO_UDP; in virtio_net_hdr_to_skb()
|
/include/linux/netfilter/ipset/ |
D | ip_set_getport.h | 28 case IPPROTO_UDP: in ip_set_proto_with_ports()
|
/include/uapi/linux/ |
D | in.h | 43 IPPROTO_UDP = 17, /* User Datagram Protocol */ enumerator 44 #define IPPROTO_UDP IPPROTO_UDP macro
|
/include/net/ |
D | ip6_checksum.h | 93 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v6_check()
|
D | vxlan.h | 318 if ((l4_hdr == IPPROTO_UDP) && in vxlan_features_check()
|
D | udp.h | 152 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v4_check()
|
D | xfrm.h | 843 case IPPROTO_UDP: in xfrm_flowi_sport() 870 case IPPROTO_UDP: in xfrm_flowi_dport() 2065 if (proto == IPPROTO_UDP || proto == IPPROTO_RAW) in xfrm6_local_dontfrag()
|
/include/linux/mlx5/ |
D | fs_helpers.h | 70 return _mlx5_fs_is_outer_ipproto_flow(match_c, match_v, IPPROTO_UDP); in mlx5_fs_is_outer_udp_flow()
|
/include/trace/events/ |
D | fib6.h | 57 __entry->proto == IPPROTO_UDP) {
|
D | fib.h | 60 __entry->proto == IPPROTO_UDP) {
|
D | sunrpc.h | 2204 __entry->protocol == IPPROTO_UDP ? "udp" : "tcp",
|
/include/linux/sunrpc/ |
D | xprt.h | 178 XPRT_TRANSPORT_UDP = IPPROTO_UDP,
|