Home
last modified time | relevance | path

Searched refs:NEXTHDR_FRAGMENT (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/net/ipv6/
Dexthdrs_core.c20 (nexthdr == NEXTHDR_FRAGMENT) || in ipv6_ext_hdr()
88 if (nexthdr == NEXTHDR_FRAGMENT) { in ipv6_skip_exthdr()
234 if (nexthdr == NEXTHDR_FRAGMENT) { in ipv6_find_hdr()
Dudp_offload.c89 *prevhdr = NEXTHDR_FRAGMENT; in udp6_ufo_fragment()
Dip6_output.c606 *prevhdr = NEXTHDR_FRAGMENT; in ip6_fraglist_init()
733 *fragnexthdr_offset = NEXTHDR_FRAGMENT; in ip6_frag_next()
Dip6_tunnel.c441 if (nexthdr == NEXTHDR_FRAGMENT) { in ip6_tnl_parse_tlv_enc_lim()
/Linux-v5.10/net/ipv6/netfilter/
Dip6t_ipv6header.c71 if (nexthdr == NEXTHDR_FRAGMENT) in ipv6header_mt6()
86 case NEXTHDR_FRAGMENT: in ipv6header_mt6()
Dip6t_frag.c43 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_FRAGMENT, NULL, NULL); in frag_mt6()
Dnf_conntrack_reasm.c400 while (nexthdr != NEXTHDR_FRAGMENT) { in find_prev_fhdr()
443 u8 nexthdr = NEXTHDR_FRAGMENT; in nf_ct_frag6_gather()
/Linux-v5.10/net/6lowpan/
Dnhc_fragment.c18 LOWPAN_NHC(nhc_fragment, "RFC6282 Fragment", NEXTHDR_FRAGMENT, 0,
Dnhc_ghc_ext_frag.c19 NEXTHDR_FRAGMENT, 0, frag_ghid_setup,
/Linux-v5.10/net/sched/
Dact_csum.c506 case NEXTHDR_FRAGMENT: in tcf_csum_ipv6()
/Linux-v5.10/include/net/
Dipv6.h37 #define NEXTHDR_FRAGMENT 44 /* Fragmentation/reassembly header. */ macro
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c836 l4_hdr = NEXTHDR_FRAGMENT; in fm10k_tx_csum()
/Linux-v5.10/net/core/
Dflow_dissector.c1306 case NEXTHDR_FRAGMENT: { in __skb_flow_dissect()
/Linux-v5.10/net/xfrm/
Dxfrm_policy.c3411 case NEXTHDR_FRAGMENT: in decode_session6()