Home
last modified time | relevance | path

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

/drivers/net/slip/
Dslhc.c430 if(th->psh) in slhc_compress()
534 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
/drivers/crypto/chelsio/chtls/
Dchtls.h331 u8 psh; member
Dchtls_cm.c1523 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h925 __u8 psh:1; member
931 __u8 psh:1; member
Dt3_hw.c2780 unsigned int size, int psh) in t3_tp_set_coalescing_size() argument
2792 if (psh) in t3_tp_set_coalescing_size()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1087 u8 psh:1; member
1095 u8 psh:1; member
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1335 th->psh = push; in qlcnic_process_lro()
1858 th->psh = push; in qlcnic_83xx_process_lro()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c717 tcp->psh = get_cqe_lro_tcppsh(cqe); in mlx5e_lro_update_tcp_hdr()
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1627 th->psh = push; in netxen_process_lro()
/drivers/net/ethernet/neterion/
Ds2io.c8322 if (tcp->urg || tcp->psh || tcp->rst || in verify_l3_l4_lro_capable()