/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace-tcp.c | 41 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 D | aolib.h | 701 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 D | tcp.h | 438 __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 D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/linux/net/core/ |
H A D | tso.c | 34 tcph->psh = 0; in tso_build_hdr()
|
/linux/drivers/net/slip/ |
H A D | slhc.c | 436 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 D | gro.c | 323 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 D | chcr_ktls.c | 1073 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 D | t3_cpl.h | 925 __u8 psh:1; member 931 __u8 psh:1; member
|
H A 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/net/ipv4/ |
H A D | tcp_offload.c | 205 th->fin = th->psh = 0; in tcp_gso_segment()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 1096 u8 psh:1; member 1104 u8 psh:1; member
|
/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 228 if (th->psh) in nf_log_dump_tcp_header()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1695 ULP_SKB_CB(skb)->psh = hdr->psh; in chtls_recv_data()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 1334 th->psh = push; in qlcnic_process_lro() 1856 th->psh = push; in qlcnic_83xx_process_lro()
|
/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_init.c | 1624 th->psh = push; in netxen_process_lro()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 1148 tcp->psh = get_cqe_lro_tcppsh(cqe); in mlx5e_lro_update_tcp_hdr()
|