Searched refs:th_x2 (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2325 tcp->th_x2 = 0;
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_irc.c462 tc->th_x2 = 1;
H A Dalias_proxy.c376 tc->th_x2 = 1;
H A Dalias_skinny.c220 tc->th_x2 = 1;
263 tc->th_x2 = 1;
295 tc->th_x2 = 1;
H A Dalias_smedia.c421 tc->th_x2 = 1;
469 tc->th_x2 = 1;
H A Dalias_ftp.c767 tc->th_x2 = 1;
/freebsd-11-stable/sys/netinet/
H A Dtcp.h56 u_char th_x2:4, /* (unused) */ member in struct:tcphdr
61 th_x2:4; /* (unused) */ member in struct:tcphdr
H A Dtcpip.h52 #define ti_x2 ti_t.th_x2
H A Dtcp_subr.c832 th->th_x2 = 0;
1095 nth->th_x2 = 0;
H A Dtcp_syncache.c1734 th->th_x2 = 0;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptests.c927 t->th_x2 = 0;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h700 # define TCP_X2(x) (x)->th_x2
703 # define TCP_X2_A(x,y) (x)->th_x2 = (y)
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.c865 * packets in th_x2 field. If we receive a marked
878 if (th->th_x2) {
881 th->th_x2 = 0;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c327 * but only mark the packets in th_x2 field. If we receive a
415 if (th->th_x2)
435 th->th_x2 = 0;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c1221 if (flags != th->th_flags || th->th_x2 != 0) {
1226 th->th_x2 = 0;

Completed in 274 milliseconds