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

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py123 INP2_WANT_FLOW_DIVERT = 0x00000004 variable
H A Dnet.py1562 if (pcb.inp_flags2 & INP2_WANT_FLOW_DIVERT):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
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.c1454 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT))
1502 (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
2424 inp->inp_flags2 |= INP2_WANT_FLOW_DIVERT;
2433 inp->inp_flags2 &= ~INP2_WANT_FLOW_DIVERT;
2784 if (set && !(inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
2788 before = (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT);
2794 after = (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT);
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 Din_pcb.h649 #define INP2_WANT_FLOW_DIVERT 0x00000004 /* flow divert is desired */ macro
H A Dip_icmp.c1106 if (inp == NULL || (inp->inp_flags2 & INP2_WANT_FLOW_DIVERT)) {
/macosx-10.9.5/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)) {

Completed in 286 milliseconds