Searched refs:ecn (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dinet_ecn.h57 u32 ecn = (iph->tos + 1) & INET_ECN_MASK; local
66 if (!(ecn & 2))
67 return !ecn;
74 check += (__force u16)htons(0xFFFB) + (__force u16)htons(ecn);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_ecn.c23 "[!] --ecn-tcp-cwr Match CWR bit of TCP header\n"
24 "[!] --ecn-tcp-ece Match ECE bit of TCP header\n"
25 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4 header\n",
30 { .name = "ecn-tcp-cwr", .has_arg = 0, .flag = 0, .val = 'F' },
31 { .name = "ecn-tcp-ece", .has_arg = 0, .flag = 0, .val = 'G' },
32 { .name = "ecn-ip-ect", .has_arg = 1, .flag = 0, .val = 'H' },
138 printf("--ecn-tcp-ece ");
144 printf("--ecn-tcp-cwr ");
150 printf("--ecn-ip-ect %d", einfo->ip_ect);
155 struct iptables_match ecn variable in typeref:struct:iptables_match
[all...]
H A Dlibipt_ECN.c28 " --ecn-tcp-remove Remove all ECN bits from TCP header\n",
35 { "ecn-tcp-remove", 0, 0, 'F' },
36 { "ecn-tcp-cwr", 1, 0, 'G' },
37 { "ecn-tcp-ece", 1, 0, 'H' },
38 { "ecn-ip-ect", 1, 0, '9' },
55 "ECN target: Only use --ecn-tcp-remove ONCE!");
64 "ECN target: Only use --ecn-tcp-cwr ONCE!");
75 "ECN target: Only use --ecn-tcp-ece ONCE!");
86 "ECN target: Only use --ecn-ip-ect ONCE!");
106 "ECN target: Parameter --ecn
161 struct iptables_target ecn = { variable in typeref:struct:iptables_target
[all...]
H A DMakefile8 PF_EXT_SLIB:=ah addrtype comment connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype policy realm sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TCPMSS TOS TTL ULOG
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcpl5_cmd.h184 u8 ecn:1; member in struct:tcp_options
190 u8 ecn:1; member in struct:tcp_options
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_cpl.h200 __u8 ecn:1; member in struct:tcp_options
206 __u8 ecn:1; member in struct:tcp_options

Completed in 99 milliseconds