Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtcp.h35 psh:1, member
47 psh:1, member
/linux-4.4.14/net/core/
Dtso.c39 tcph->psh = 0; in tso_build_hdr()
/linux-4.4.14/net/netfilter/
Dnf_log_common.c99 if (th->psh) in nf_log_dump_tcp_header()
/linux-4.4.14/drivers/net/slip/
Dslhc.c430 if(th->psh) in slhc_compress()
530 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c123 tcp->psh = 1; in mlx5e_lro_update_hdr()
/linux-4.4.14/net/ipv4/
Dtcp_offload.c135 th->fin = th->psh = 0; in tcp_gso_segment()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h829 u8 psh:1; member
837 u8 psh:1; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h925 __u8 psh:1; member
931 __u8 psh:1; member
Dt3_hw.c2746 unsigned int size, int psh) in t3_tp_set_coalescing_size() argument
2758 if (psh) in t3_tp_set_coalescing_size()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c449 pkt->tcp.psh = 1; in iwl_mvm_build_tcp_packet()
465 pkt->tcp.psh = 1; in iwl_mvm_build_tcp_packet()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1332 th->psh = push; in qlcnic_process_lro()
1855 th->psh = push; in qlcnic_83xx_process_lro()
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c1791 th->psh = 0; in tso_headers_prepare()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1647 th->psh = push; in netxen_process_lro()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_nic.c610 tcph->psh = 0; in nes_netdev_start_xmit()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c8382 if (tcp->urg || tcp->psh || tcp->rst || in verify_l3_l4_lro_capable()