Searched refs:th_flags (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c1183 tcp.th_flags = TH_SYN;
H A Dfil.c1358 flags = tcp->th_flags;
1359 fin->fin_tcpf = tcp->th_flags;
H A Dip_nat.c5825 if ((nat->nat_mssclamp != 0) && (tcp->th_flags & TH_SYN) != 0)
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1172 tcp->th_flags = TH_SYN;
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1549 tcp->th_flags = TH_SYN;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1228 if (tp->th_flags & tcpfl[i].value)
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2327 tcp->th_flags = 0x18;
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2562 if((header_tcp->th_flags & ~(TH_ACK | TH_PUSH)) != 0)
/freebsd-11-stable/sys/net/
H A Diflib.c2897 pi->ipi_tcp_hflags = th->th_flags;
2948 pi->ipi_tcp_hflags = th->th_flags;
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2072 if (tcp->th_flags & TH_CWR) {
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c1553 tcp_hdr->th_flags |= TH_PUSH;
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c890 if (th->th_flags & TH_SYN)
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c9766 (th->th_off << 2), th->th_flags,

Completed in 347 milliseconds

123