tcp_flag_word     776 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define pbd_tcp_flags(tcp_hdr)	(ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff)
tcp_flag_word     699 net/core/flow_dissector.c 	key_tcp->flags = (*(__be16 *) &tcp_flag_word(th) & htons(0x0FFF));
tcp_flag_word     195 net/ipv4/tcp_input.c 		     !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) {
tcp_flag_word    5588 net/ipv4/tcp_input.c 	if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags &&
tcp_flag_word     575 net/ipv4/tcp_minisocks.c 	__be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK);
tcp_flag_word     218 net/ipv4/tcp_offload.c 	flags = tcp_flag_word(th);
tcp_flag_word     240 net/ipv4/tcp_offload.c 	flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
tcp_flag_word     271 net/ipv4/tcp_offload.c 	tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);
tcp_flag_word     574 net/netfilter/nf_conntrack_proto_tcp.c 	} else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) ==
tcp_flag_word      85 net/netfilter/nf_log_common.c 	nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) &
tcp_flag_word     492 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK;
tcp_flag_word     494 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE;
tcp_flag_word     538 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN;
tcp_flag_word     540 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR;
tcp_flag_word     580 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
tcp_flag_word     618 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
tcp_flag_word     906 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK;
tcp_flag_word     908 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE;
tcp_flag_word     953 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN;
tcp_flag_word     955 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR;
tcp_flag_word     995 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
tcp_flag_word    1034 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
tcp_flag_word      57 net/openvswitch/flow.c #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF))
tcp_flag_word    1057 net/sched/sch_cake.c 	if (((tcp_flag_word(tcph) &
tcp_flag_word    1143 net/sched/sch_cake.c 	if ((tcp_flag_word(tcph) &
tcp_flag_word    1192 net/sched/sch_cake.c 		if (elig_ack && (tcp_flag_word(tcph_check) &
tcp_flag_word    1235 net/sched/sch_cake.c 			elig_flags = (tcp_flag_word(tcph_check)
tcp_flag_word    1250 net/sched/sch_cake.c 	    (elig_flags == (tcp_flag_word(tcph) &