tcp_flag_word     128 net/ipv4/netfilter/ipt_LOG.c 		printk("RES=0x%02x ", (u8)(ntohl(tcp_flag_word(th) & TCP_RESERVED_BITS) >> 22));
tcp_flag_word     149 net/ipv4/tcp_input.c 		     !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) {
tcp_flag_word    4705 net/ipv4/tcp_input.c 		    (tcp_flag_word(tcp_hdr(skb)) & TCP_FLAG_PSH) ||
tcp_flag_word    4835 net/ipv4/tcp_input.c 	if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags &&
tcp_flag_word     499 net/ipv4/tcp_minisocks.c 	__be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK);
tcp_flag_word     231 net/ipv6/netfilter/ip6t_LOG.c 		printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & TCP_RESERVED_BITS) >> 22));
tcp_flag_word     575 net/netfilter/nf_conntrack_proto_tcp.c 	} else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) ==