Searched refs:dce_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_dce.c | 101 dce_t *dcb_dce; 104 static void dce_delete_locked(dcb_t *, dce_t *); 105 static void dce_make_condemned(dce_t *); 134 dce_t *dce, *nextdce; in dcb_reclaim() 273 sizeof (dce_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in dce_g_init() 307 bzero(ipst->ips_dce_default, sizeof (dce_t)); in dce_stack_init() 351 dce_t * 354 dce_t *dce; in dce_get_default() 367 dce_t * 404 dce_t * [all …]
|
H A D | ip_output.c | 140 dce_t *dce; in conn_ip_output() 596 dce_t *dce; in ip_verify_dce() 812 dce_t *dce = NULL; in ip_output_simple_v4()
|
H A D | ip6_output.c | 113 dce_t *dce = NULL; in ip_output_simple_v6()
|
H A D | ip_attr.c | 1147 dce_t *dce; in ixa_cleanup_stale()
|
H A D | ip6.c | 674 dce_t *dce; in icmp_inbound_too_big_v6() 1976 dce_t *dce; in ip_set_destination_v6()
|
H A D | ip.c | 1874 dce_t *dce; in icmp_inbound_too_big_v4() 1927 DTRACE_PROBE2(ip4__pmtu__guess, dce_t *, dce, in icmp_inbound_too_big_v4() 1969 DTRACE_PROBE4(ip4__pmtu__change, icmph_t *, icmph, dce_t *, in icmp_inbound_too_big_v4() 3372 dce_t *dce; in ip_set_destination_v4() 3716 dce_t *dce; in ip_get_pmtu()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip.h | 1295 typedef struct dce_s dce_t; typedef 2107 dce_t *ixa_dce; /* Destination cache entry */ 3678 extern dce_t *dce_get_default(ip_stack_t *); 3679 extern dce_t *dce_lookup_pkt(mblk_t *, ip_xmit_attr_t *, uint_t *); 3680 extern dce_t *dce_lookup_v4(ipaddr_t, ip_stack_t *, uint_t *); 3681 extern dce_t *dce_lookup_v6(const in6_addr_t *, uint_t, ip_stack_t *, 3683 extern dce_t *dce_lookup_and_add_v4(ipaddr_t, ip_stack_t *); 3684 extern dce_t *dce_lookup_and_add_v6(const in6_addr_t *, uint_t, 3691 extern void dce_increment_generation(dce_t *); 3693 extern void dce_refrele(dce_t *); [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 807 dce_t dce; in dce_walk_step() 1489 dce_format(uintptr_t addr, const dce_t *dcep, void *dce_cb_arg) in dce_format() 1528 dce_t dce; in dce() 1563 (void) mdb_vread(&dce, sizeof (dce_t), addr); in dce()
|