Home
last modified time | relevance | path

Searched refs:psh (Results 1 – 16 of 16) 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.h767 int fin, int syn, int rst, int psh, int ack,
773 int fin, int syn, int rst, int psh, int ack) in trace_hash_event_expect() argument
779 fin, syn, rst, psh, ack, in trace_hash_event_expect()
788 int fin, int syn, int rst, int psh, int ack, in trace_ao_event_expect() argument
795 fin, syn, rst, psh, ack, in trace_ao_event_expect()
/linux/include/trace/events/
H A Dtcp.h541 __field(bool, psh)
566 __entry->psh = th->psh;
579 __entry->psh ? 'P' : ' ',
638 __field(bool, psh)
667 __entry->psh = th->psh;
684 __entry->psh ? 'P' : ' ',
/linux/tools/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/drivers/net/
H A Dgro.c366 static void set_flags(struct tcphdr *tcph, int payload_len, int psh, int syn, in send_flags()
369 tcph->psh = psh;
384 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn,
393 payload_len = PAYLOAD_LEN * (psh || cwr); in send_large()
405 set_flags(tcph, payload_len, psh, syn, rst, urg, cwr); in send_ack()
1251 printf("psh flag ends coalescing: "); in gro_receiver()
337 send_flags(int fd,struct sockaddr_ll * daddr,int psh,int syn,int rst,int urg) send_flags() argument
/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.c209 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.c230 if (th->psh) in nf_log_dump_tcp_header()
/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/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1697 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1623 th->psh = push; in netxen_process_lro()