Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dftrace-tcp.c41 int psh; member
60 int fin, int syn, int rst, int psh, int ack, in __trace_event_expect() argument
74 .psh = psh, in __trace_event_expect()
128 psh:1, member
172 if (p->psh >= 0 && p->psh != e->psh) in lookup_expected_event()
293 char fin, syn, rst, psh, ack; in tracer_scan_event() local
306 &fin, &syn, &rst, &psh, &ack); in tracer_scan_event()
320 &fin, &syn, &rst, &psh, &ack, in tracer_scan_event()
366 out->psh = (psh == 'P'); in tracer_scan_event()
372 (psh != 'P' && psh != ' ') || in tracer_scan_event()
[all …]
H A Daolib.h701 int fin, int syn, int rst, int psh, int ack,
707 int fin, int syn, int rst, int psh, int ack) in trace_hash_event_expect() argument
713 fin, syn, rst, psh, ack, in trace_hash_event_expect()
722 int fin, int syn, int rst, int psh, int ack, in trace_ao_event_expect() argument
729 fin, syn, rst, psh, ack, in trace_ao_event_expect()
/linux/include/trace/events/
H A Dtcp.h438 __field(bool, psh)
463 __entry->psh = th->psh;
476 __entry->psh ? 'P' : ' ',
535 __field(bool, psh)
564 __entry->psh = th->psh;
581 __entry->psh ? 'P' : ' ',
/linux/tools/include/uapi/linux/
H A Dtcp.h36 psh:1, member
48 psh:1, member
/linux/include/uapi/linux/
H A Dtcp.h36 psh:1, member
48 psh:1, member
/linux/net/core/
H A Dtso.c34 tcph->psh = 0; in tso_build_hdr()
/linux/drivers/net/slip/
H A Dslhc.c436 if(th->psh) in slhc_compress()
540 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
/linux/tools/testing/selftests/net/
H A Dgro.c323 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, in send_flags() argument
331 payload_len = PAYLOAD_LEN * psh; in send_flags()
338 tcph->psh = psh; in send_flags()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1073 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/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h925 __u8 psh:1; member
931 __u8 psh:1; member
H A 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/net/ipv4/
H A Dtcp_offload.c205 th->fin = th->psh = 0; in tcp_gso_segment()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1096 u8 psh:1; member
1104 u8 psh:1; member
/linux/net/netfilter/
H A Dnf_log_syslog.c228 if (th->psh) in nf_log_dump_tcp_header()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1695 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c1334 th->psh = push; in qlcnic_process_lro()
1856 th->psh = push; in qlcnic_83xx_process_lro()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1624 th->psh = push; in netxen_process_lro()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1148 tcp->psh = get_cqe_lro_tcppsh(cqe); in mlx5e_lro_update_tcp_hdr()