Home
last modified time | relevance | path

Searched refs:psh (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dtcp.h36 psh:1, member
48 psh:1, member
/Linux-v5.10/net/core/
Dtso.c42 tcph->psh = 0; in tso_build_hdr()
/Linux-v5.10/net/netfilter/
Dnf_log_common.c96 if (th->psh) in nf_log_dump_tcp_header()
/Linux-v5.10/drivers/net/slip/
Dslhc.c436 if(th->psh) in slhc_compress()
540 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
/Linux-v5.10/net/ipv4/
Dtcp_offload.c125 th->fin = th->psh = 0; in tcp_gso_segment()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls.h423 u8 psh; member
Dchtls_cm.c1680 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c1069 tcp->psh = 0; in chcr_ktls_write_tcp_options()
2077 (!th->fin && th->psh), q, in chcr_ktls_xmit()
2110 (!th->fin && th->psh), q, in chcr_ktls_xmit()
2124 (!th->fin && th->psh), in chcr_ktls_xmit()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h925 __u8 psh:1; member
931 __u8 psh:1; member
Dt3_hw.c2781 unsigned int size, int psh) in t3_tp_set_coalescing_size() argument
2793 if (psh) in t3_tp_set_coalescing_size()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1096 u8 psh:1; member
1104 u8 psh:1; member
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1334 th->psh = push; in qlcnic_process_lro()
1857 th->psh = push; in qlcnic_83xx_process_lro()
/Linux-v5.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1627 th->psh = push; in netxen_process_lro()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c779 tcp->psh = get_cqe_lro_tcppsh(cqe); in mlx5e_lro_update_tcp_hdr()
/Linux-v5.10/drivers/net/ethernet/neterion/
Ds2io.c8312 if (tcp->urg || tcp->psh || tcp->rst || in verify_l3_l4_lro_capable()