/linux-5.19.10/include/uapi/linux/ ! |
D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/linux-5.19.10/tools/include/uapi/linux/ ! |
D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/linux-5.19.10/net/core/ ! |
D | tso.c | 42 tcph->psh = 0; in tso_build_hdr()
|
/linux-5.19.10/tools/testing/selftests/net/ ! |
D | gro.c | 297 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/ ! |
D | slhc.c | 436 if(th->psh) in slhc_compress() 540 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
|
/linux-5.19.10/net/ipv4/ ! |
D | tcp_offload.c | 126 th->fin = th->psh = 0; in tcp_gso_segment()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ ! |
D | chcr_ktls.c | 1077 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/ ! |
D | chtls.h | 425 u8 psh; member
|
D | chtls_cm.c | 1696 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/ ! |
D | t3_cpl.h | 925 __u8 psh:1; member 931 __u8 psh:1; member
|
D | t3_hw.c | 2716 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/ ! |
D | nf_log_syslog.c | 227 if (th->psh) in nf_log_dump_tcp_header()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ ! |
D | t4_msg.h | 1096 u8 psh:1; member 1104 u8 psh:1; member
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/ ! |
D | qlcnic_io.c | 1335 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/ ! |
D | netxen_nic_init.c | 1626 th->psh = push; in netxen_process_lro()
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ ! |
D | en_rx.c | 1012 tcp->psh = get_cqe_lro_tcppsh(cqe); in mlx5e_lro_update_tcp_hdr()
|
/linux-5.19.10/drivers/net/ethernet/neterion/ ! |
D | s2io.c | 8314 if (tcp->urg || tcp->psh || tcp->rst || in verify_l3_l4_lro_capable()
|