Print this page
XXXX adding PID information to netstat output

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/ipclassifier.h
          +++ new/usr/src/uts/common/inet/ipclassifier.h
↓ open down ↓ 721 lines elided ↑ open up ↑
 722  722      ip_pkt_t *, uchar_t *, uint_t);
 723  723  conn_t *ipcl_conn_tcp_lookup_reversed_ipv4(conn_t *, ipha_t *, tcpha_t *,
 724  724              ip_stack_t *);
 725  725  conn_t *ipcl_conn_tcp_lookup_reversed_ipv6(conn_t *, ip6_t *, tcpha_t *,
 726  726              ip_stack_t *);
 727  727  
 728  728  extern int ip_create_helper_stream(conn_t *, ldi_ident_t);
 729  729  extern void ip_free_helper_stream(conn_t *);
 730  730  extern int      ip_helper_stream_setup(queue_t *, dev_t *, int, int,
 731  731      cred_t *, boolean_t);
      732 +extern mblk_t *conn_get_pid_mblk(conn_t *);
 732  733  
 733  734  #ifdef  __cplusplus
 734  735  }
 735  736  #endif
 736  737  
 737  738  #endif  /* _INET_IPCLASSIFIER_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX