Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/ !
Dtcp.h36 psh:1, member
48 psh:1, member
/linux-5.19.10/tools/include/uapi/linux/ !
Dtcp.h36 psh:1, member
48 psh:1, member
/linux-5.19.10/net/core/ !
Dtso.c42 tcph->psh = 0; in tso_build_hdr()
/linux-5.19.10/tools/testing/selftests/net/ !
Dgro.c297 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, in send_flags() argument
305 payload_len = PAYLOAD_LEN * psh; in send_flags()
312 tcph->psh = psh; in send_flags()
/linux-5.19.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-5.19.10/net/ipv4/ !
Dtcp_offload.c126 th->fin = th->psh = 0; in tcp_gso_segment()
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ !
Dchcr_ktls.c1077 tcp->psh = 0; in chcr_ktls_write_tcp_options()
2036 (!th->fin && th->psh), q, in chcr_ktls_xmit()
2059 (!th->fin && th->psh), q, in chcr_ktls_xmit()
2073 (!th->fin && th->psh), in chcr_ktls_xmit()
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ !
Dchtls.h425 u8 psh; member
Dchtls_cm.c1696 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/ !
Dt3_cpl.h925 __u8 psh:1; member
931 __u8 psh:1; member
Dt3_hw.c2716 unsigned int size, int psh) in t3_tp_set_coalescing_size() argument
2728 if (psh) in t3_tp_set_coalescing_size()
/linux-5.19.10/net/netfilter/ !
Dnf_log_syslog.c227 if (th->psh) in nf_log_dump_tcp_header()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ !
Dt4_msg.h1096 u8 psh:1; member
1104 u8 psh:1; member
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/ !
Dqlcnic_io.c1335 th->psh = push; in qlcnic_process_lro()
1859 th->psh = push; in qlcnic_83xx_process_lro()
/linux-5.19.10/drivers/net/ethernet/qlogic/netxen/ !
Dnetxen_nic_init.c1626 th->psh = push; in netxen_process_lro()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ !
Den_rx.c1012 tcp->psh = get_cqe_lro_tcppsh(cqe); in mlx5e_lro_update_tcp_hdr()
/linux-5.19.10/drivers/net/ethernet/neterion/ !
Ds2io.c8314 if (tcp->urg || tcp->psh || tcp->rst || in verify_l3_l4_lro_capable()