Searched refs:NEXTHDR_HOP (Results 1 - 22 of 22) sorted by relevance

/linux-master/net/6lowpan/
H A Dnhc_hop.c11 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
H A Dnhc_ghc_ext_hop.c11 LOWPAN_NHC(ghc_ext_hop, "RFC7400 Hop-by-Hop Extension Header", NEXTHDR_HOP, 0,
/linux-master/net/ipv6/netfilter/
H A Dip6t_ipv6header.c80 case NEXTHDR_HOP:
H A Dip6t_hbh.c62 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL);
/linux-master/net/netfilter/
H A Dnf_conntrack_ovs.c125 if (ipv6_hdr(skb)->nexthdr == NEXTHDR_HOP) {
/linux-master/net/ipv6/
H A Dexthdrs_core.c18 return (nexthdr == NEXTHDR_HOP) ||
H A Doutput_core.c71 case NEXTHDR_HOP:
H A Dioam6_iptunnel.c251 hdr->nexthdr = NEXTHDR_HOP;
285 hdr->nexthdr = NEXTHDR_HOP;
320 if (ipv6_hdr(skb)->nexthdr == NEXTHDR_HOP)
H A Dah6.c257 case NEXTHDR_HOP:
260 nexthdr == NEXTHDR_HOP ?
H A Dip6_input.c267 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) {
279 if (hdr->nexthdr == NEXTHDR_HOP) {
H A Dcalipso.c1270 if (ip6_hdr->nexthdr != NEXTHDR_HOP)
1303 if (ip6_hdr->nexthdr == NEXTHDR_HOP) {
1347 ip6_hdr->nexthdr = NEXTHDR_HOP;
H A Dip6_offload.c372 iph->nexthdr = NEXTHDR_HOP;
H A Dexthdrs.c1192 ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt);
H A Dmcast.c1763 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0);
2174 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len);
/linux-master/net/bridge/
H A Dbr_netfilter_ipv6.c62 if (hdr->nexthdr == NEXTHDR_HOP && nf_ip6_check_hbh_len(skb, &pkt_len))
/linux-master/net/sched/
H A Dact_csum.c509 case NEXTHDR_HOP:
518 if ((nexthdr == NEXTHDR_HOP) &&
/linux-master/include/net/
H A Dipv6.h34 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro
494 if (nhdr->nexthdr != NEXTHDR_HOP)
/linux-master/net/xfrm/
H A Dxfrm_output.c96 case NEXTHDR_HOP:
/linux-master/net/core/
H A Dflow_dissector.c1521 case NEXTHDR_HOP:
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c81 protocol != NEXTHDR_HOP &&
/linux-master/drivers/net/
H A Damt.c835 ip6h->nexthdr = NEXTHDR_HOP;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12839 if (*nexthdr == NEXTHDR_HOP) {

Completed in 968 milliseconds