Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_synproxy_core.c474 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
476 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
520 tcp_flag_word(nth) = TCP_FLAG_SYN; in synproxy_send_server_syn()
522 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
562 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
600 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
887 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack_ipv6()
889 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack_ipv6()
934 tcp_flag_word(nth) = TCP_FLAG_SYN; in synproxy_send_server_syn_ipv6()
936 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn_ipv6()
[all …]
Dnf_log_syslog.c217 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.c601 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
/linux-6.12.1/net/ipv4/
Dtcp_offload.c319 flags = tcp_flag_word(th); in tcp_gro_receive()
327 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
351 flush |= (__force int)(flags ^ tcp_flag_word(th2)); in tcp_gro_receive()
367 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
Dtcp_minisocks.c658 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
Dtcp_input.c282 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) { in tcp_measure_rcv_mss()
6131 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c22 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3]) macro
521 tcp_flag_word(tcp_header) = TCP_FLAG_SYN | TCP_FLAG_ACK; in tcp_gen_synack()
523 tcp_flag_word(tcp_header) |= TCP_FLAG_ECE; in tcp_gen_synack()
Dxdpwall.c176 return (tcp_flag_word(tcp) & in tcphdr_only_contains_flag()
/linux-6.12.1/tools/include/uapi/linux/
Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/linux-6.12.1/include/uapi/linux/
Dtcp.h70 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3]) macro
/linux-6.12.1/net/sched/
Dsch_cake.c1082 if (((tcp_flag_word(tcph) & in cake_tcph_may_drop()
1170 if ((tcp_flag_word(tcph) & in cake_ack_filter()
1219 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter()
1262 elig_flags = (tcp_flag_word(tcph_check) in cake_ack_filter()
1277 (elig_flags == (tcp_flag_word(tcph) & in cake_ack_filter()
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c104 return *(__be16 *)&tcp_flag_word(th); in tcp_hdr_doff_flags()
/linux-6.12.1/net/openvswitch/
Dflow.c59 #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF))
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1267 tcp_flag_word(skb_tcp_hd) |= tcp_flag_word(last_tcp_hd) & (TCP_FLAG_FIN | TCP_FLAG_PSH); in mlx5e_shampo_update_fin_psh_flags()
/linux-6.12.1/net/core/
Dflow_dissector.c847 key_tcp->flags = (*(__be16 *) &tcp_flag_word(th) & htons(0x0FFF)); in __skb_flow_dissect_tcp()
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff)