Searched refs:NEXTHDR_FRAGMENT (Results 1 – 19 of 19) sorted by relevance
| /linux/net/ipv6/ |
| A D | exthdrs_core.c | 20 (nexthdr == NEXTHDR_FRAGMENT) || in ipv6_ext_hdr() 88 if (nexthdr == NEXTHDR_FRAGMENT) { in ipv6_skip_exthdr() 236 if (nexthdr == NEXTHDR_FRAGMENT) { in ipv6_find_hdr()
|
| A D | xfrm6_output.c | 53 if (prevhdr != NEXTHDR_FRAGMENT) in xfrm6_noneed_fragment()
|
| A D | udp_offload.c | 91 *prevhdr = NEXTHDR_FRAGMENT; in udp6_ufo_fragment()
|
| A D | ip6_output.c | 708 *prevhdr = NEXTHDR_FRAGMENT; in ip6_fraglist_init() 835 *fragnexthdr_offset = NEXTHDR_FRAGMENT; in ip6_frag_next()
|
| A D | ip6_tunnel.c | 412 if (nexthdr == NEXTHDR_FRAGMENT) { in ip6_tnl_parse_tlv_enc_lim() 424 if (nexthdr == NEXTHDR_FRAGMENT) { in ip6_tnl_parse_tlv_enc_lim()
|
| A D | seg6_local.c | 715 case NEXTHDR_FRAGMENT: in seg6_pop_srh()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | ip_check_defrag.c | 13 #define NEXTHDR_FRAGMENT 44 macro 42 return ip6h->nexthdr == NEXTHDR_FRAGMENT; in is_frag_v6()
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6t_ipv6header.c | 71 if (nexthdr == NEXTHDR_FRAGMENT) in ipv6header_mt6() 86 case NEXTHDR_FRAGMENT: in ipv6header_mt6()
|
| A D | ip6t_frag.c | 43 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_FRAGMENT, NULL, NULL); in frag_mt6()
|
| A D | nf_conntrack_reasm.c | 402 while (nexthdr != NEXTHDR_FRAGMENT) { in find_prev_fhdr() 445 u8 nexthdr = NEXTHDR_FRAGMENT; in nf_ct_frag6_gather()
|
| /linux/net/6lowpan/ |
| A D | nhc_fragment.c | 11 LOWPAN_NHC(nhc_fragment, "RFC6282 Fragment", NEXTHDR_FRAGMENT, 0,
|
| A D | nhc_ghc_ext_frag.c | 12 NEXTHDR_FRAGMENT, 0, LOWPAN_GHC_EXT_FRAG_ID_0,
|
| /linux/net/sched/ |
| A D | act_csum.c | 506 case NEXTHDR_FRAGMENT: in tcf_csum_ipv6()
|
| /linux/net/openvswitch/ |
| A D | flow.c | 413 key->ip.proto = NEXTHDR_FRAGMENT; in parse_ipv6hdr()
|
| /linux/include/net/ |
| A D | ipv6.h | 40 #define NEXTHDR_FRAGMENT 44 /* Fragmentation/reassembly header. */ macro
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| A D | fm10k_main.c | 838 l4_hdr = NEXTHDR_FRAGMENT; in fm10k_tx_csum()
|
| /linux/net/core/ |
| A D | flow_dissector.c | 1558 case NEXTHDR_FRAGMENT: { in __skb_flow_dissect()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_lib.c | 1099 if (*nexthdr == NEXTHDR_FRAGMENT) in wx_get_ipv6_proto()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.c | 13000 *nexthdr == NEXTHDR_FRAGMENT) in bnxt_exthdr_check()
|
Completed in 76 milliseconds