Home
last modified time | relevance | path

Searched refs:IP6_FH_F_FRAG (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_HMARK.c179 if ((flag & IP6_FH_F_FRAG) || (nexthdr != IPPROTO_ICMPV6)) in hmark_pkt_set_htuple_ipv6()
203 if (flag & IP6_FH_F_FRAG) in hmark_pkt_set_htuple_ipv6()
/openbmc/linux/net/ipv6/
H A Dexthdrs_core.c241 *flags |= IP6_FH_F_FRAG; in ipv6_find_hdr()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c1020 if (ipvsh->flags & IP6_FH_F_FRAG) in ip_vs_out_icmp_v6()
1832 if (iph->flags & IP6_FH_F_FRAG) in ip_vs_in_icmp_v6()
/openbmc/linux/net/openvswitch/
H A Dflow.c410 if (flags & IP6_FH_F_FRAG) { in parse_ipv6hdr()
/openbmc/linux/include/net/
H A Dipv6.h1175 IP6_FH_F_FRAG = (1 << 0), enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c836 *frag = flags & IP6_FH_F_FRAG; in tcf_ct_ipv6_is_fragment()