Searched refs:TCP_FLAG_PSH (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmtcp.h45 #define TCP_FLAG_PSH 0x08 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dtcp.h91 TCP_FLAG_PSH = __constant_htonl(0x00080000), enumerator in enum:__anon1151
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h76 TCP_FLAG_PSH = __cpu_to_be32(0x00080000), enumerator in enum:__anon18198
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2816 ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
2834 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);
2838 flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH |
H A Dtcp_input.c126 #define TCP_REMNANT (TCP_FLAG_FIN|TCP_FLAG_URG|TCP_FLAG_SYN|TCP_FLAG_PSH)
127 #define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
5125 (tcp_flag_word(tcp_hdr(skb)) & TCP_FLAG_PSH) ||

Completed in 164 milliseconds