Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h69 #define TH_PUSH 0x08 macro
75 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dtcp_lro.c722 if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0) { in tcp_lro_condense()
777 if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0) { in tcp_lro_condense()
1225 if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0) in tcp_lro_rx2()
H A Dtcp_output.c1107 flags |= TH_PUSH; in tcp_output()
H A Dtcp_input.c2364 thflags &= ~(TH_PUSH|TH_FIN); in tcp_do_segment()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h69 #define TH_PUSH 0x08 macro
75 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/f-stack/freebsd/net/
H A Dslcompress.c357 if (th->th_flags & TH_PUSH) in sl_compress_tcp()
522 th->th_flags |= TH_PUSH; in sl_uncompress_tcp_core()
524 th->th_flags &=~ TH_PUSH; in sl_uncompress_tcp_core()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h718 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
844 #ifndef TH_PUSH
845 # define TH_PUSH 0x08 macro
H A Dfil.c1387 ((flags & (TH_URG|TH_PUSH)) != 0)) {
1416 } else if ((flags & (TH_URG|TH_PUSH|TH_FIN)) != 0) {
H A Dip_state.c4061 if (!(tcpflags & TH_PUSH) && !dlen)
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c603 thflags &= ~(TH_PUSH | TH_FIN); in ctf_drop_checks()
H A Drack.c13343 flags |= TH_PUSH; in rack_output()
H A Dbbr.c13376 flags |= TH_PUSH; in bbr_output_wtime()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1392 if ((flags & TH_FIN) || (flags & TH_PUSH) || (flags & TH_URG)) in pf_normalize_tcp()
H A Dpf.c2014 if (f & TH_PUSH) in pf_print_flags()
/f-stack/tools/ipfw/
H A Dipfw2.c136 { "psh", TH_PUSH },