Searched refs:tcp_flag_word (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dtcp.h84 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtcp.h69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c126 printk("RES=0x%02x ", (u8)(ntohl(tcp_flag_word(th) & TCP_RESERVED_BITS) >> 22));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_LOG.c226 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & TCP_RESERVED_BITS) >> 22));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_minisocks.c493 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK);
H A Dtcp.c2293 flags = tcp_flag_word(th);
2314 flush |= (flags ^ tcp_flag_word(th2)) &
2333 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);
H A Dtcp_input.c151 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) {
4105 (tcp_flag_word(tcp_hdr(skb)) & TCP_FLAG_PSH) ||
4173 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c585 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) ==

Completed in 80 milliseconds