Home
last modified time | relevance | path

Searched refs:connf_s (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h194 struct connf_s *ips_rts_clients;
195 struct connf_s *ips_ipcl_conn_fanout;
196 struct connf_s *ips_ipcl_bind_fanout;
197 struct connf_s *ips_ipcl_proto_fanout_v4;
198 struct connf_s *ips_ipcl_proto_fanout_v6;
199 struct connf_s *ips_ipcl_udp_fanout;
200 struct connf_s *ips_ipcl_raw_fanout; /* RAW SCTP sockets */
201 struct connf_s *ips_ipcl_iptun_fanout;
207 struct connf_s *ips_ipcl_globalhash_fanout;
H A Dipclassifier.h130 typedef struct connf_s connf_t;
468 struct connf_s { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2295 struct connf_s connf; in ipcl_hash_get_next_connf_tbl()
2300 next = iw->hash_tbl + index * sizeof (struct connf_s); in ipcl_hash_get_next_connf_tbl()
2305 if (mdb_vread(&connf, sizeof (struct connf_s), next) == -1) { in ipcl_hash_get_next_connf_tbl()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2263 struct connf_s *connfp; in ipcl_globalhash_insert()
2297 struct connf_s *connfp; in ipcl_globalhash_remove()