/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 114 uint16_t psh:1; member 124 uint16_t psh:1; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 30 __u16 res1 : 4, doff : 4, fin : 1, syn : 1, rst : 1, psh : 1, ack : 1, urg : 1, ece : 1, cwr : 1; member 32 __u16 doff : 4, res1 : 4, cwr : 1, ece : 1, urg : 1, ack : 1, psh : 1, rst : 1, syn : 1, fin : 1; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 36 psh:1, member 48 psh:1, member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 30 __u16 res1 : 4, doff : 4, fin : 1, syn : 1, rst : 1, psh : 1, ack : 1, urg : 1, ece : 1, cwr : 1; member 32 __u16 doff : 4, res1 : 4, cwr : 1, ece : 1, urg : 1, ack : 1, psh : 1, rst : 1, syn : 1, fin : 1; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 22 psh:1, member 34 psh:1, member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | tso.c | 42 tcph->psh = 0; in tso_build_hdr()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | tso.c | 34 tcph->psh = 0; in tso_build_hdr()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_log_common.c | 96 if (th->psh) in nf_log_dump_tcp_header()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A 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() 941 printf("psh flag ends coalescing: "); in gro_receiver()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_offload.c | 125 th->fin = th->psh = 0; in tcp_gso_segment()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1083 tcp->psh = 0; in chcr_ktls_write_tcp_options() 2043 (!th->fin && th->psh), q, in chcr_ktls_xmit() 2066 (!th->fin && th->psh), q, in chcr_ktls_xmit() 2080 (!th->fin && th->psh), in chcr_ktls_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1077 tcp->psh = 0; in chcr_ktls_write_tcp_options() 2040 (!th->fin && th->psh), q, in chcr_ktls_xmit() 2063 (!th->fin && th->psh), q, in chcr_ktls_xmit() 2077 (!th->fin && th->psh), in chcr_ktls_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls.h | 423 u8 psh; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls.h | 426 u8 psh; member
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_offload.c | 126 th->fin = th->psh = 0; in tcp_gso_segment()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_cpl.h | 925 __u8 psh:1; member 931 __u8 psh:1; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_cpl.h | 925 __u8 psh:1; member 931 __u8 psh:1; member
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_log_syslog.c | 228 if (th->psh) in nf_log_dump_tcp_header()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 1096 u8 psh:1; member 1104 u8 psh:1; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 1096 u8 psh:1; member 1104 u8 psh:1; member
|