Home
last modified time | relevance | path

Searched refs:NEXTHDR_HOP (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/net/6lowpan/
Dnhc_hop.c22 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
/linux-4.1.27/net/ipv6/
Dip6_input.c159 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ipv6_rcv()
172 if (hdr->nexthdr == NEXTHDR_HOP) { in ipv6_rcv()
Dip6_offload.c30 if (proto != NEXTHDR_HOP) { in ipv6_gso_pull_exthdrs()
151 if (proto != NEXTHDR_HOP) { in ipv6_exthdrs_len()
Doutput_core.c91 case NEXTHDR_HOP: in ip6_find_1stfragopt()
Dexthdrs_core.c17 return (nexthdr == NEXTHDR_HOP) || in ipv6_ext_hdr()
Dmip6.c280 case NEXTHDR_HOP: in mip6_destopt_offset()
416 case NEXTHDR_HOP: in mip6_rthdr_offset()
Dah6.c273 case NEXTHDR_HOP: in ipv6_clear_mutable_options()
276 nexthdr == NEXTHDR_HOP ? in ipv6_clear_mutable_options()
Dxfrm6_policy.c163 case NEXTHDR_HOP: in _decode_session6()
Dexthdrs.c703 ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); in ipv6_push_nfrag_opts()
Dmcast.c1590 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0); in mld_newpack()
1984 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len); in igmp6_send()
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_ipv6header.c80 case NEXTHDR_HOP: in ipv6header_mt6()
Dip6t_hbh.c65 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
/linux-4.1.27/net/sched/
Dact_csum.c443 case NEXTHDR_HOP: in tcf_csum_ipv6()
452 if ((nexthdr == NEXTHDR_HOP) && in tcf_csum_ipv6()
/linux-4.1.27/net/bridge/
Dbr_netfilter.c589 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in br_nf_pre_routing_ipv6()
595 if (hdr->nexthdr == NEXTHDR_HOP && check_hbh_len(skb)) in br_nf_pre_routing_ipv6()
/linux-4.1.27/include/net/
Dipv6.h33 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro