Hi Lieting,

Lieting Yu wrote:
> Alex,
>
> You are right. The tcp_conn is misplaced at conn_sqp. Running ::whatis on 
> both conn_t and tcp_t, both return 'ipcl_tcpconn_cache' and 
> ${conn_t}+0x200=${tcp_t}. Does ipcl_tcpconn_cache hold both conn_t's and 
> tcp_t's? 
>
> Thanks,
>
> Lieting
>
>   
The constructor function for tcp_conn_cache objects allocates the tcp_t 
immediately following the conn_t.
See tcp_conn_constructor() in usr/src/uts/common/inet/ip/ipclassifier.c
By the way, I'm
max, not Alex.


Reply via email to