Searched refs:optdb_obj_t (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | optcom.h | 177 } optdb_obj_t; typedef 192 extern void svr4_optcom_req(queue_t *, mblk_t *, cred_t *, optdb_obj_t *); 193 extern void tpi_optcom_req(queue_t *, mblk_t *, cred_t *, optdb_obj_t *); 195 cred_t *, optdb_obj_t *, void *, int *); 199 void *, optdb_obj_t *, int (*)(conn_t *, uint_t, int, int, uint_t,
|
H A D | optcom.c | 60 static t_scalar_t process_topthdrs_first_pass(mblk_t *, cred_t *, optdb_obj_t *, 63 mblk_t *ack_mp, cred_t *, optdb_obj_t *dbobjp, 67 t_uscalar_t *, cred_t *, optdb_obj_t *); 69 t_uscalar_t *, cred_t *cr, optdb_obj_t *); 72 cred_t *, optdb_obj_t *dbobjp); 181 svr4_optcom_req(queue_t *q, mblk_t *mp, cred_t *cr, optdb_obj_t *dbobjp) in svr4_optcom_req() 515 tpi_optcom_req(queue_t *q, mblk_t *mp, cred_t *cr, optdb_obj_t *dbobjp) in tpi_optcom_req() 631 process_topthdrs_first_pass(mblk_t *mp, cred_t *cr, optdb_obj_t *dbobjp, in process_topthdrs_first_pass() 858 optdb_obj_t *dbobjp, t_uscalar_t *worst_statusp) in do_options_second_pass() 1024 t_uscalar_t *worst_statusp, cred_t *cr, optdb_obj_t *dbobjp) in do_opt_default() [all …]
|
H A D | spdsock.h | 106 extern optdb_obj_t spdsock_opt_obj;
|
H A D | rts_impl.h | 94 extern optdb_obj_t rts_opt_obj;
|
H A D | rawip_impl.h | 94 extern optdb_obj_t icmp_opt_obj;
|
H A D | keysock.h | 43 extern optdb_obj_t keysock_opt_obj;
|
H A D | udp_impl.h | 259 extern optdb_obj_t udp_opt_obj;
|
H A D | tcp_impl.h | 554 extern optdb_obj_t tcp_opt_obj;
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | spdsock_opt_data.c | 85 optdb_obj_t spdsock_opt_obj = {
|
H A D | keysock_opt_data.c | 84 optdb_obj_t keysock_opt_obj = {
|
H A D | rts_opt_data.c | 100 optdb_obj_t rts_opt_obj = {
|
H A D | icmp_opt_data.c | 333 optdb_obj_t icmp_opt_obj = {
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_opt.c | 185 optdb_obj_t rds_opt_obj = {
|
/titanic_50/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rds.h | 139 extern optdb_obj_t rds_opt_obj;
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 327 optdb_obj_t udp_opt_obj = {
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 262 optdb_obj_t tcp_opt_obj = {
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tl.c | 908 optdb_obj_t tl_opt_obj = {
|