Home
last modified time | relevance | path

Searched refs:TH_PUSH (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sbin/ipf/libipf/
H A Dflags.c23 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
H A Dprintpacket.c93 if (tcp->th_flags & TH_PUSH) in printpacket()
H A Dipft_tx.c24 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
/freebsd/contrib/tcpdump/
H A Dprint-cnfp.c233 flags & TH_PUSH ? "P" : "", in cnfp_v1_print()
335 flags & TH_PUSH ? "P" : "", in cnfp_v5_print()
437 flags & TH_PUSH ? "P" : "", in cnfp_v6_print()
H A Dtcp.h58 #define TH_PUSH 0x08 macro
H A Dprint-tcp.c110 { TH_PUSH, "P" },
/freebsd/sys/net/
H A Dslcompress.c354 if (th->th_flags & TH_PUSH) in sl_compress_tcp()
519 th->th_flags |= TH_PUSH; in sl_uncompress_tcp_core()
521 th->th_flags &=~ TH_PUSH; in sl_uncompress_tcp_core()
/freebsd/usr.sbin/ppp/
H A Dslcompress.c369 if (th->th_flags & TH_PUSH) in sl_compress_tcp()
504 th->th_flags |= TH_PUSH; in sl_uncompress_tcp()
506 th->th_flags &= ~TH_PUSH; in sl_uncompress_tcp()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d89 #pragma D binding "1.6.3" TH_PUSH
90 inline uint16_t TH_PUSH = 0x08; variable
330 flags & TH_PUSH ? "PUSH" :
/freebsd/sys/netinet/
H A Dtcp.h65 #define TH_PUSH 0x08 macro
74 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dtcp_lro.c1009 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH)) != 0) { in tcp_lro_condense()
1053 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH)) != 0) { in tcp_lro_condense()
H A Dtcp_lro_hpts.c129 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH | TH_ECE | TH_CWR)) != 0) in tcp_lro_ack_valid()
H A Dtcp_output.c1119 flags |= TH_PUSH; in tcp_default_output()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h698 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
824 #ifndef TH_PUSH
825 # define TH_PUSH 0x08 macro
/freebsd/sbin/ipf/ipsend/
H A Dipsend.c380 tcp->th_flags |= TH_PUSH; in main()
H A Diptests.c927 for (i = 0; i <= (TH_URG|TH_ACK|TH_PUSH|TH_RST|TH_SYN|TH_FIN); in ip_test5()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c167 th->th_flags |= TH_PUSH; in mlx5e_lro_update_hdr()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c666 thflags &= ~(TH_PUSH | TH_FIN); in _ctf_drop_checks()
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c1249 tcp_flags &= ~(TH_FIN | TH_PUSH); in tso_start_new_packet()
1322 tsoh_th->th_flags &= ~(TH_FIN | TH_PUSH); in tso_start_new_packet()
H A Dsfxge_rx.c486 c_th->th_flags |= (th->th_flags & TH_PUSH); in sfxge_lro_merge()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c283 th->th_flags |= TH_PUSH; in qla_lro_intr()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1183 newtcp.th_flags &= ~(TH_PUSH | TH_FIN); in ktls_write_tcp_options()
1772 if (last_wr && tcp->th_flags & TH_PUSH) in ktls_write_tls_wr()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y1049 static int flagv[] = { TH_ACK, TH_SYN, TH_URG, TH_RST, TH_PUSH, in set_tcpflags()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c78 { TH_PUSH,'P' },
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1434 ~(TH_FIN | TH_PUSH); in e82545_transmit()

12