]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/lldbmacros/net.py
xnu-2782.20.48.tar.gz
[apple/xnu.git] / tools / lldbmacros / net.py
index 86c5303a8eaa16af328543bdcccd296748752e56..7e55c8d7cd2afd58e2e56b40757dcdc08236e4dd 100644 (file)
@@ -1559,8 +1559,8 @@ def GetInPcb(pcb, proto):
         out_string += "timewait "
     if (pcb.inp_flags2 & INP2_IN_FCTREE):
         out_string += "in_fctree "
-    if (pcb.inp_flags2 & INP2_WANT_FLOW_DIVERT):
-        out_string += "want_flow_divert "
+    if (pcb.inp_flags2 & INP2_WANT_APP_POLICY):
+        out_string += "want_app_policy "
           
     so = pcb.inp_socket
     if (so != 0):