Searched refs:IP_DF (Results 1 - 20 of 20) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip.h72 #define IP_DF 0x4000 /* Flag: "Don't Fragment" */ macro
193 if (iph->frag_off&__constant_htons(IP_DF)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip.h72 #define IP_DF 0x4000 /* Flag: "Don't Fragment" */ macro
193 if (iph->frag_off&__constant_htons(IP_DF)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Diptunnel.c172 #ifndef IP_DF
173 #define IP_DF 0x4000 /* Flag: "Don't Fragment" */ macro
175 p->iph.frag_off = htons(IP_DF);
262 p->iph.frag_off = htons(IP_DF);
436 if (!(p->iph.frag_off&htons(IP_DF)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_forward.c146 if (skb->len > mtu && (ntohs(iph->frag_off) & IP_DF))
H A Dip_output.c138 iph->frag_off = htons(IP_DF);
385 iph->frag_off = htons(IP_DF);
453 df = htons(IP_DF);
681 df = htons(IP_DF);
H A Dipip.c588 df |= (old_iph->frag_off&htons(IP_DF));
590 if ((old_iph->frag_off&htons(IP_DF)) && mtu < ntohs(old_iph->tot_len)) {
706 p.iph.ihl != 5 || (p.iph.frag_off&htons(~IP_DF)))
709 p.iph.frag_off |= htons(IP_DF);
H A Dip_gre.c772 df |= (old_iph->frag_off&htons(IP_DF));
774 if ((old_iph->frag_off&htons(IP_DF)) &&
939 p.iph.ihl != 5 || (p.iph.frag_off&htons(~IP_DF)) ||
943 p.iph.frag_off |= htons(IP_DF);
H A Digmp.c232 iph->frag_off = htons(IP_DF);
H A Dipconfig.c674 h->frag_off = htons(IP_DF);
H A Dipmr.c1154 if (skb->len+encap > rt->u.dst.pmtu && (ntohs(iph->frag_off) & IP_DF)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_LOG.c47 if (ntohs(iph->frag_off) & IP_DF)
H A Dipt_REJECT.c123 nskb->nh.iph->frag_off = htons(IP_DF);
H A Dipt_unclean.c475 if ((ntohs(iph->frag_off) & IP_DF)
H A Dipfwadm_core.c291 if (foff & IP_DF) printk(" DF=1");
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_LOG.c47 if (ntohs(iph->frag_off) & IP_DF)
H A Dipt_REJECT.c123 nskb->nh.iph->frag_off = htons(IP_DF);
H A Dipt_unclean.c475 if ((ntohs(iph->frag_off) & IP_DF)
H A Dipfwadm_core.c291 if (foff & IP_DF) printk(" DF=1");
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dsit.c591 iph->frag_off = htons(IP_DF);
662 p.iph.ihl != 5 || (p.iph.frag_off&htons(~IP_DF)))
665 p.iph.frag_off |= htons(IP_DF);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c528 iph->frag_off = htons(IP_DF);

Completed in 198 milliseconds