Home
last modified time | relevance | path

Searched refs:tcp_flag_word (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c101 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
103 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
145 tcp_flag_word(nth) = TCP_FLAG_SYN; in synproxy_send_server_syn()
147 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
187 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
225 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c114 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
116 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
158 tcp_flag_word(nth) = TCP_FLAG_SYN; in synproxy_send_server_syn()
160 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
200 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
238 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
/linux-4.4.14/net/ipv4/
Dtcp_offload.c216 flags = tcp_flag_word(th); in tcp_gro_receive()
238 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
257 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
Dtcp_minisocks.c578 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
Dtcp_input.c160 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) { in tcp_measure_rcv_mss()
5261 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()
/linux-4.4.14/include/uapi/linux/
Dtcp.h69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/linux-4.4.14/net/netfilter/
Dnf_log_common.c88 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
Dnf_conntrack_proto_tcp.c612 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
/linux-4.4.14/net/openvswitch/
Dflow.c68 #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF))
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h887 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff)