Searched refs:TH_PUSH (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1385 ((flags & (TH_URG|TH_PUSH)) != 0)) {
1414 } else if ((flags & (TH_URG|TH_PUSH|TH_FIN)) != 0) {
H A Dip_state.c4061 if (!(tcpflags & TH_PUSH) && !dlen)
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.c1557 tcp_hdr->th_flags |= TH_PUSH;
/freebsd-12-stable/sys/netinet/
H A Dtcp_input.c1224 * TH_PUSH, TH_URG, TH_ECE, TH_CWR are ignored
2380 thflags &= ~(TH_PUSH|TH_FIN);
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c1848 thflags &= ~(TH_PUSH | TH_FIN);
8137 flags |= TH_PUSH;
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.c128 { "psh", TH_PUSH },
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf.c2020 if (f & TH_PUSH)

Completed in 254 milliseconds

12