Searched refs:IP_MF (Results 1 - 23 of 23) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_unclean.c462 if ((ntohs(iph->frag_off) & IP_MF)
476 && (offset || (ntohs(iph->frag_off) & IP_MF))) {
478 offset, ntohs(iph->frag_off) & IP_MF);
483 if ((offset || (ntohs(iph->frag_off) & IP_MF))
501 if ((ntohs(iph->frag_off) & IP_MF)
526 (ntohs(iph->frag_off) & IP_MF),
531 (ntohs(iph->frag_off) & IP_MF),
536 (ntohs(iph->frag_off) & IP_MF),
H A Dip_nat_standalone.c73 & htons(IP_MF|IP_OFFSET)));
184 if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
H A Dip_fw_compat.c104 if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
H A Dipt_LOG.c49 if (ntohs(iph->frag_off) & IP_MF)
H A Dip_nat_core.c755 & htons(IP_MF|IP_OFFSET)));
H A Dipfwadm_core.c292 if (foff & IP_MF) printk(" MF=1");
H A Dip_conntrack_core.c951 if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_unclean.c462 if ((ntohs(iph->frag_off) & IP_MF)
476 && (offset || (ntohs(iph->frag_off) & IP_MF))) {
478 offset, ntohs(iph->frag_off) & IP_MF);
483 if ((offset || (ntohs(iph->frag_off) & IP_MF))
501 if ((ntohs(iph->frag_off) & IP_MF)
526 (ntohs(iph->frag_off) & IP_MF),
531 (ntohs(iph->frag_off) & IP_MF),
536 (ntohs(iph->frag_off) & IP_MF),
H A Dip_nat_standalone.c73 & htons(IP_MF|IP_OFFSET)));
184 if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
H A Dip_fw_compat.c104 if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
H A Dipt_LOG.c49 if (ntohs(iph->frag_off) & IP_MF)
H A Dip_nat_core.c755 & htons(IP_MF|IP_OFFSET)));
H A Dipfwadm_core.c292 if (foff & IP_MF) printk(" MF=1");
H A Dip_conntrack_core.c811 if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_input.c172 if (skb->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
296 if (skb->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
H A Dip_output.c584 mf = htons(IP_MF);
785 not_last_frag = iph->frag_off & htons(IP_MF);
870 iph->frag_off |= htons(IP_MF);
H A Dip_fragment.c389 if ((flags & IP_MF) == 0) {
H A Dipconfig.c827 if (h->frag_off & htons(IP_OFFSET | IP_MF)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip.h73 #define IP_MF 0x2000 /* Flag: "More Fragments" */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip.h73 #define IP_MF 0x2000 /* Flag: "More Fragments" */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dhamachi.c190 /* IP_MF appears to be only defined in <netinet/ip.h>, however,
195 #ifndef IP_MF
196 #define IP_MF 0x2000 /* IP more frags from <netinet/ip.h> */ macro
1635 if (!(ih->frag_off & __constant_htons(IP_MF|IP_OFFSET))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_rsvp.h169 if (nhptr->frag_off&__constant_htons(IP_MF|IP_OFFSET))
H A Dsch_sfq.c148 if (!(iph->frag_off&htons(IP_MF|IP_OFFSET)) &&

Completed in 154 milliseconds