Searched refs:NEXTHDR_FRAGMENT (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | exthdrs_core.c | 19 (nexthdr == NEXTHDR_FRAGMENT) || in ipv6_ext_hdr() 87 if (nexthdr == NEXTHDR_FRAGMENT) { in ipv6_skip_exthdr() 235 if (nexthdr == NEXTHDR_FRAGMENT) { in ipv6_find_hdr()
|
D | udp_offload.c | 92 *prevhdr = NEXTHDR_FRAGMENT; in udp6_ufo_fragment()
|
D | xfrm6_policy.c | 155 case NEXTHDR_FRAGMENT: in _decode_session6()
|
D | ip6_output.c | 668 *prevhdr = NEXTHDR_FRAGMENT; in ip6_fragment() 815 *fragnexthdr_offset = NEXTHDR_FRAGMENT; in ip6_fragment()
|
D | ip6_tunnel.c | 418 if (nexthdr == NEXTHDR_FRAGMENT) { in ip6_tnl_parse_tlv_enc_lim()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 71 if (nexthdr == NEXTHDR_FRAGMENT) in ipv6header_mt6() 86 case NEXTHDR_FRAGMENT: in ipv6header_mt6()
|
D | ip6t_frag.c | 46 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_FRAGMENT, NULL, NULL); in frag_mt6()
|
D | nf_conntrack_reasm.c | 496 while (nexthdr != NEXTHDR_FRAGMENT) { in find_prev_fhdr()
|
/Linux-v4.19/net/6lowpan/ |
D | nhc_fragment.c | 22 LOWPAN_NHC(nhc_fragment, "RFC6282 Fragment", NEXTHDR_FRAGMENT, 0,
|
D | nhc_ghc_ext_frag.c | 23 NEXTHDR_FRAGMENT, 0, frag_ghid_setup,
|
/Linux-v4.19/net/sched/ |
D | act_csum.c | 498 case NEXTHDR_FRAGMENT: in tcf_csum_ipv6()
|
/Linux-v4.19/include/net/ |
D | ipv6.h | 40 #define NEXTHDR_FRAGMENT 44 /* Fragmentation/reassembly header. */ macro
|
/Linux-v4.19/net/core/ |
D | flow_dissector.c | 960 case NEXTHDR_FRAGMENT: { in __skb_flow_dissect()
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 847 l4_hdr = NEXTHDR_FRAGMENT; in fm10k_tx_csum()
|