Home
last modified time | relevance | path

Searched refs:IPPROTO_UDPLITE (Results 1 – 16 of 16) sorted by relevance

/linux/tools/include/uapi/linux/
H A Din.h76 IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */ enumerator
77 #define IPPROTO_UDPLITE IPPROTO_UDPLITE macro
/linux/net/netfilter/ipset/
H A Dip_set_getport.c54 case IPPROTO_UDPLITE: { in get_port()
114 case IPPROTO_UDPLITE: in ip_set_get_ip4_port()
/linux/include/net/netfilter/
H A Dnf_reject.h36 case IPPROTO_UDPLITE: in nf_reject_verify_csum()
/linux/include/linux/netfilter/ipset/
H A Dip_set_getport.h29 case IPPROTO_UDPLITE: in ip_set_proto_with_ports()
/linux/Documentation/networking/
H A Dudplite.rst45 very easy: simply add ``IPPROTO_UDPLITE`` as the last argument of the
48 s = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDPLITE);
54 s = socket(PF_INET6, SOCK_DGRAM, IPPROTO_UDPLITE);
100 to define IPPROTO_UDPLITE
107 #define IPPROTO_UDPLITE 136
/linux/include/linux/
H A Din.h29 case IPPROTO_UDPLITE: in proto_ports_offset()
/linux/net/netfilter/
H A Dxt_tcpudp.c301 .proto = IPPROTO_UDPLITE,
310 .proto = IPPROTO_UDPLITE,
H A Dxt_multiport.c138 || proto == IPPROTO_UDPLITE in check()
/linux/net/sched/
H A Dact_csum.c354 udplite ? IPPROTO_UDPLITE : IPPROTO_UDP, in tcf_csum_ipv6_udp()
422 case IPPROTO_UDPLITE: in tcf_csum_ipv4()
543 case IPPROTO_UDPLITE: in tcf_csum_ipv6()
/linux/net/bridge/netfilter/
H A Debt_ip.c119 info->protocol != IPPROTO_UDPLITE && in ebt_ip_mt_check()
H A Debt_ip6.c120 info->protocol != IPPROTO_UDPLITE && in ebt_ip6_mt_check()
H A Debt_log.c57 protocol == IPPROTO_UDPLITE || in print_ports()
/linux/samples/bpf/
H A Dsockex2_kern.c36 case IPPROTO_UDPLITE: in proto_ports_offset()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c241 case IPPROTO_UDPLITE: in parse_ip_proto()
/linux/security/smack/
H A Dsmack_lsm.c
/linux/net/core/
H A Dflow_dissector.c1941 case IPPROTO_UDPLITE: in __skb_get_poff()