]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_timer.h
xnu-3248.40.184.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_timer.h
index 0e7a43f119bc939d6fbe4d1ae02a3b0dd6612a86..177cd162c29e99645918bf5db0587d472d037af3 100644 (file)
@@ -262,6 +262,7 @@ struct tcptimerlist {
        uint32_t pref_offset;   /* Preferred offset set by a connection */
        uint32_t idleruns;      /* Number of times the list has been idle in fast mode */
        struct tcptimerentry *next_te;  /* next timer entry pointer to process */
+       u_int16_t probe_if_index; /* Interface index that needs to send probes */
 
 };