Searched refs:inp_flags2 (Results 1 - 12 of 12) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c1454 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
1502 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
2101 if (inp->inp_flags2 & INP2_TIMEWAIT) {
2104 inp->inp_flags2 &= ~INP2_TIMEWAIT;
2112 if (inp->inp_flags2 & INP2_IN_FCTREE) {
2114 VERIFY(!(inp->inp_flags2 & INP2_IN_FCTREE));
2424 inp->inp_flags2 |= INP2_WANT_FLOW_DIVERT;
2433 inp->inp_flags2 &= ~INP2_WANT_FLOW_DIVERT;
2491 inp->inp_flags2 |= INP2_IN_FCTREE;
2539 inp->inp_flags2
[all...]
H A Dtcp_usrreq.c233 if (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT) \
413 else if (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT) {
579 else if (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT) {
712 else if (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)
738 else if (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)
787 if (tp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
873 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
885 if (inp != NULL && (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
H A Draw_ip.c387 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
892 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
933 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
964 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
H A Din_pcb.h151 u_int32_t inp_flags2; /* generic IP/datagram flags #2 */ member in struct:inpcb
464 #define in6p_flags2 inp_flags2
643 * Flags for inp_flags2.
H A Dtcp_timer.c307 if (!(inp->inp_flags2 & INP2_TIMEWAIT)) {
309 inp->inp_flags2 |= INP2_TIMEWAIT;
350 if (inp->inp_flags2 & INP2_TIMEWAIT)
1541 if (tp->t_inpcb->inp_flags2 & INP2_TIMEWAIT)
H A Dudp_usrreq.c1784 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
1797 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
1900 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
1934 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
H A Dip_icmp.c1106 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
/xnu-2422.115.4/bsd/netinet6/
H A Draw_ip6.c362 if (in6p == NULL || (in6p->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
844 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
899 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
950 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
H A Dudp6_usrreq.c700 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
734 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
810 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
852 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
H A Din6_pcb.c718 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
758 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
H A Dicmp6.c3036 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1558 if (pcb.inp_flags2 & INP2_TIMEWAIT):
1560 if (pcb.inp_flags2 & INP2_IN_FCTREE):
1562 if (pcb.inp_flags2 & INP2_WANT_FLOW_DIVERT):

Completed in 62 milliseconds