Symbol: src_ent
usr/src/uts/common/inet/ilb/ilb.c
1775
ilb_nat_src_entry_t *src_ent;
usr/src/uts/common/inet/ilb/ilb.c
1795
if ((src_ent = ilb_alloc_nat_addr(server->iser_nat_src,
usr/src/uts/common/inet/ilb/ilb.c
1806
info.src_ent = src_ent;
usr/src/uts/common/inet/ilb/ilb_conn.c
187
vmem_free(connp->conn_rule_cache.info.src_ent->nse_port_arena,
usr/src/uts/common/inet/ilb/ilb_conn.c
410
ent = connp->conn_rule_cache.info.src_ent;
usr/src/uts/common/inet/ilb/ilb_impl.h
277
struct ilb_nat_src_entry_s *src_ent;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
939
static void ecore_src_init_t2(struct _lm_device_t *pdev, struct src_ent *t2,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
948
(i+1)*sizeof(struct src_ent));
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
958
(src_cid_count-1) * sizeof(struct src_ent)),
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
960
(src_cid_count-1) * sizeof(struct src_ent)));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1002
sizeof(struct src_ent);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1006
struct src_ent *entries = p_mngr->t2[i].p_virt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1012
(j + 1) * sizeof(struct src_ent);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
817
total * sizeof(struct src_ent),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
818
sizeof(struct src_ent));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
959
total_size = conn_num * sizeof(struct src_ent);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
995
ent_per_page = psz / sizeof(struct src_ent);