Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 1 – 14 of 14) sorted by relevance

/include/linux/
Dsock_diag.h59 case IPPROTO_UDP: in sock_diag_destroy_group()
71 case IPPROTO_UDP: in sock_diag_destroy_group()
Din.h25 case IPPROTO_UDP: in proto_ports_offset()
Dvirtio_net.h69 ip_proto = IPPROTO_UDP; in virtio_net_hdr_to_skb()
/include/linux/netfilter/ipset/
Dip_set_getport.h28 case IPPROTO_UDP: in ip_set_proto_with_ports()
/include/uapi/linux/
Din.h43 IPPROTO_UDP = 17, /* User Datagram Protocol */ enumerator
44 #define IPPROTO_UDP IPPROTO_UDP macro
/include/net/
Dip6_checksum.h93 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v6_check()
Dvxlan.h318 if ((l4_hdr == IPPROTO_UDP) && in vxlan_features_check()
Dudp.h152 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v4_check()
Dxfrm.h843 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/
Dfs_helpers.h70 return _mlx5_fs_is_outer_ipproto_flow(match_c, match_v, IPPROTO_UDP); in mlx5_fs_is_outer_udp_flow()
/include/trace/events/
Dfib6.h57 __entry->proto == IPPROTO_UDP) {
Dfib.h60 __entry->proto == IPPROTO_UDP) {
Dsunrpc.h2204 __entry->protocol == IPPROTO_UDP ? "udp" : "tcp",
/include/linux/sunrpc/
Dxprt.h178 XPRT_TRANSPORT_UDP = IPPROTO_UDP,