Searched refs:NEXTHDR_UDP (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/6lowpan/
H A Dnhc_ghc_udp.c11 LOWPAN_NHC(ghc_udp, "RFC7400 UDP", NEXTHDR_UDP, 0,
H A Dnhc_udp.c171 LOWPAN_NHC(nhc_udp, "RFC6282 UDP", NEXTHDR_UDP, sizeof(struct udphdr),
/linux-master/net/ipv6/ila/
H A Dila_common.c92 case NEXTHDR_UDP:
/linux-master/include/net/
H A Dipv6_frag.h130 case NEXTHDR_UDP:
H A Dipv6.h37 #define NEXTHDR_UDP 17 /* UDP message. */ macro
/linux-master/net/ipv6/
H A Desp6_offload.c39 ipv6_hdr->nexthdr == NEXTHDR_UDP))
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h909 val = (ipv6_hdr(skb)->nexthdr == NEXTHDR_UDP);
H A Dbe_main.c1100 ip6h->nexthdr != NEXTHDR_UDP) {
/linux-master/net/openvswitch/
H A Dflow.c857 } else if (key->ip.proto == NEXTHDR_UDP) {
H A Dactions.c398 } else if (l4_proto == NEXTHDR_UDP) {
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vcap.c735 if ((val == NEXTHDR_TCP || val == NEXTHDR_UDP) && msk == 0xff)
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1490 ip6->nexthdr = NEXTHDR_UDP;

Completed in 195 milliseconds