Home
last modified time | relevance | path

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

/linux/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/net/ipv6/netfilter/
H A Dip6t_ipv6header.c80 case NEXTHDR_HOP: in ipv6header_mt6()
H A Dip6t_hbh.c62 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
/linux/net/ipv6/
H A Dioam6_iptunnel.c286 hdr->nexthdr = NEXTHDR_HOP; in ioam6_do_inline()
323 hdr->nexthdr = NEXTHDR_HOP; in ioam6_do_encap()
375 if (ipv6_hdr(skb)->nexthdr == NEXTHDR_HOP) in ioam6_output()
H A Dexthdrs_core.c18 return (nexthdr == NEXTHDR_HOP) || in ipv6_ext_hdr()
H A Dip6_input.c308 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ip6_rcv_core()
320 if (hdr->nexthdr == NEXTHDR_HOP) { in ip6_rcv_core()
H A Dcalipso.c1292 if (ip6_hdr->nexthdr != NEXTHDR_HOP) in calipso_skbuff_optptr()
1325 if (ip6_hdr->nexthdr == NEXTHDR_HOP) { in calipso_skbuff_setattr()
1370 ip6_hdr->nexthdr = NEXTHDR_HOP; in calipso_skbuff_setattr()
H A Dah6.c285 case NEXTHDR_HOP: in ipv6_clear_mutable_options()
288 nexthdr == NEXTHDR_HOP ? in ipv6_clear_mutable_options()
H A Dexthdrs.c1205 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); in ipv6_push_nfrag_opts()
H A Dmcast.c1798 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0); in mld_newpack()
2211 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len); in igmp6_send()
/linux/net/sched/
H A Dact_csum.c510 case NEXTHDR_HOP: in tcf_csum_ipv6()
519 if ((nexthdr == NEXTHDR_HOP) && in tcf_csum_ipv6()
/linux/net/xfrm/
H A Dxfrm_output.c97 case NEXTHDR_HOP: in mip6_rthdr_offset()
/linux/include/net/
H A Dipv6.h32 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro
/linux/net/core/
H A Dflow_dissector.c1544 case NEXTHDR_HOP: in __skb_flow_dissect()
/linux/drivers/net/
H A Damt.c837 ip6h->nexthdr = NEXTHDR_HOP; in amt_build_mld_gq()