Home
last modified time | relevance | path

Searched refs:ecn (Results 1 – 8 of 8) sorted by relevance

/net/ipv6/netfilter/
Dnf_conntrack_reasm.c175 struct in6_addr *dst, u8 ecn) in fq_find() argument
185 arg.ecn = ecn; in fq_find()
206 u8 ecn; in nf_ct_frag6_queue() local
224 ecn = ip6_frag_ecn(ipv6_hdr(skb)); in nf_ct_frag6_queue()
330 fq->ecn |= ecn; in nf_ct_frag6_queue()
366 u8 ecn; in nf_ct_frag6_reasm() local
373 ecn = ip_frag_ecn_table[fq->ecn]; in nf_ct_frag6_reasm()
374 if (unlikely(ecn == 0xff)) in nf_ct_frag6_reasm()
447 ipv6_change_dsfield(ipv6_hdr(head), 0xff, ecn); in nf_ct_frag6_reasm()
/net/ipv6/
Dreassembly.c127 fq->ecn = arg->ecn; in ip6_frag_init()
183 const struct in6_addr *dst, u8 ecn) in fq_find() argument
193 arg.ecn = ecn; in fq_find()
213 u8 ecn; in ip6_frag_queue() local
231 ecn = ip6_frag_ecn(ipv6_hdr(skb)); in ip6_frag_queue()
333 fq->ecn |= ecn; in ip6_frag_queue()
385 u8 ecn; in ip6_frag_reasm() local
389 ecn = ip_frag_ecn_table[fq->ecn]; in ip6_frag_reasm()
390 if (unlikely(ecn == 0xff)) in ip6_frag_reasm()
491 ipv6_change_dsfield(ipv6_hdr(head), 0xff, ecn); in ip6_frag_reasm()
/net/ipv4/
Dip_fragment.c76 u8 ecn; /* RFC3168 support */ member
146 qp->ecn = ip4_frag_ecn(arg->iph->tos); in ip4_frag_init()
326 qp->ecn = 0; in ip_frag_reinit()
339 u8 ecn; in ip_frag_queue() local
351 ecn = ip4_frag_ecn(ip_hdr(skb)->tos); in ip_frag_queue()
486 qp->ecn |= ecn; in ip_frag_queue()
527 u8 ecn; in ip_frag_reasm() local
531 ecn = ip_frag_ecn_table[qp->ecn]; in ip_frag_reasm()
532 if (unlikely(ecn == 0xff)) { in ip_frag_reasm()
629 iph->tos |= ecn; in ip_frag_reasm()
/net/sched/
Dsch_codel.c146 q->params.ecn = !!nla_get_u32(tb[TCA_CODEL_ECN]); in codel_change()
202 q->params.ecn)) in codel_dump()
Dsch_netem.c82 u32 ecn; member
372 if (q->ecn && INET_ECN_set_ce(skb)) in netem_enqueue()
779 q->ecn = nla_get_u32(tb[TCA_NETEM_ECN]); in netem_change()
907 if (q->ecn && nla_put_u32(skb, TCA_NETEM_ECN, q->ecn)) in netem_dump()
Dsch_fq_codel.c339 q->cparams.ecn = !!nla_get_u32(tb[TCA_FQ_CODEL_ECN]); in fq_codel_change()
398 q->cparams.ecn = true; in fq_codel_init()
446 q->cparams.ecn) || in fq_codel_dump()
/net/ipv4/netfilter/
DKconfig64 tristate '"ecn" match support'
/net/netfilter/
DKconfig945 tristate '"ecn" match support'