Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_synproxy_core.c497 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
499 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
543 tcp_flag_word(nth) = TCP_FLAG_SYN; in synproxy_send_server_syn()
545 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
585 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
623 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
910 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack_ipv6()
912 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack_ipv6()
957 tcp_flag_word(nth) = TCP_FLAG_SYN; in synproxy_send_server_syn_ipv6()
959 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn_ipv6()
[all …]
H A Dnf_log_common.c85 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
H A Dnf_conntrack_proto_tcp.c581 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_offload.c218 flags = tcp_flag_word(th); in tcp_gro_receive()
240 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
271 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
H A Dtcp_minisocks.c577 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
H A Dtcp_input.c260 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) { in tcp_measure_rcv_mss()
5811 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cake.c1095 if (((tcp_flag_word(tcph) & in cake_tcph_may_drop()
1183 if ((tcp_flag_word(tcph) & in cake_ack_filter()
1232 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter()
1275 elig_flags = (tcp_flag_word(tcph_check) in cake_ack_filter()
1290 (elig_flags == (tcp_flag_word(tcph) & in cake_ack_filter()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow.c57 #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF))
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c710 key_tcp->flags = (*(__be16 *) &tcp_flag_word(th) & htons(0x0FFF)); in __skb_flow_dissect_tcp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff)