Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c176 return (tcp_flag_word(tcp) & in tcphdr_only_contains_flag()
/linux/net/sched/
H A Dsch_cake.c1161 if (((tcp_flag_word(tcph) & in cake_tcph_may_drop()
1249 if ((tcp_flag_word(tcph) & in cake_ack_filter()
1298 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter()
1341 elig_flags = (tcp_flag_word(tcph_check) in cake_ack_filter()
1356 (elig_flags == (tcp_flag_word(tcph) & in cake_ack_filter()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c104 return *(__be16 *)&tcp_flag_word(th); in tcp_hdr_doff_flags()
/linux/net/ipv4/
H A Dtcp_minisocks.c697 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
H A Dtcp_input.c293 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) { in tcp_measure_rcv_mss()
6507 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c601 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1155 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/net/core/
H A Dflow_dissector.c847 key_tcp->flags = (*(__be16 *) &tcp_flag_word(th) & htons(0x0FFF)); in __skb_flow_dissect_tcp()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff)
/linux/include/net/
H A Dtcp.h1062 #define tcp_flags_ntohs(th) (ntohs(*(__be16 *)&tcp_flag_word(th)) & \