Searched refs:cwr (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dipt_ECN.h26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */ member in struct:ipt_ECN_info::__anon1323::__anon1324
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_ipv4/
H A Dipt_ECN.h26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */ member in struct:ipt_ECN_info::__anon17938::__anon17939
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter_ipv4/
H A Dipt_ECN.h26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */ member in struct:ipt_ECN_info::__anon20149::__anon20150
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_ECN.h26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */ member in struct:ipt_ECN_info::__anon20201::__anon20202
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ECN.c33 " --ecn-tcp-cwr Set the IPv4 CWR bit (0 or 1)\n"
40 {.name = "ecn-tcp-cwr", .id = O_ECN_TCP_CWR, .type = XTTYPE_UINT8,
58 einfo->proto.tcp.cwr = 0;
62 einfo->proto.tcp.cwr = cb->val.u8;
92 && einfo->proto.tcp.cwr == 0)
99 printf(" CWR=%u", einfo->proto.tcp.cwr);
113 && einfo->proto.tcp.cwr == 0)
121 printf(" --ecn-tcp-cwr %d", einfo->proto.tcp.cwr);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibipt_ECN.c34 {.name = "ecn-tcp-cwr", .id = O_ECN_TCP_CWR, .type = XTTYPE_UINT8,
52 einfo->proto.tcp.cwr = 0;
56 einfo->proto.tcp.cwr = cb->val.u8;
86 && einfo->proto.tcp.cwr == 0)
93 printf(" CWR=%u", einfo->proto.tcp.cwr);
107 && einfo->proto.tcp.cwr == 0)
115 printf(" --ecn-tcp-cwr %d", einfo->proto.tcp.cwr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ECN.c61 tcph->cwr == einfo->proto.tcp.cwr))
72 tcph->cwr = einfo->proto.tcp.cwr;
H A Dipt_ecn.c59 if (th->cwr == 1)
62 if (th->cwr == 0)
H A Dipt_LOG.c131 if (th->cwr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dtcp.h38 cwr:1; member in struct:tcphdr
42 cwr:1, member in struct:tcphdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h39 cwr:1; member in struct:tcphdr
43 cwr:1, member in struct:tcphdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_LOG.c232 if (th->cwr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_lro.c67 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack ||
H A Dtcp.c2740 th->cwr = 0;
2862 if (th->cwr)
H A Dtcp_input.c215 if (tcp_hdr(skb)->cwr)
239 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr))
245 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr))
H A Dtcp_output.c339 tcp_hdr(skb)->cwr = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c625 sctp_cwrhdr_t cwr; local
627 cwr.lowest_tsn = htonl(lowest_tsn);
635 sctp_addto_chunk(retval, sizeof(cwr), &cwr);
H A Dsm_statefuns.c2732 sctp_cwrhdr_t *cwr; local
2743 cwr = (sctp_cwrhdr_t *) chunk->skb->data;
2746 lowest_tsn = ntohl(cwr->lowest_tsn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h358 if (sysctl_tcp_ecn && th->ece && th->cwr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dskbuff.c2926 th->cwr = 0;
2937 th->cwr = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c8543 tcp->ece || tcp->cwr || !tcp->ack) {

Completed in 145 milliseconds