Searched refs:udp_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 127 static void udp_bind_hash_insert(udp_fanout_t *uf, udp_t *udp); 128 static void udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock); 181 static in_port_t udp_update_next_port(udp_t *udp, in_port_t port, 186 static size_t udp_set_rcv_hiwat(udp_t *udp, size_t size); 442 udp_get_next_priv_port(udp_t *udp) in udp_get_next_priv_port() 472 udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock) in udp_bind_hash_remove() 474 udp_t *udpnext; in udp_bind_hash_remove() 508 udp_bind_hash_insert(udp_fanout_t *uf, udp_t *udp) in udp_bind_hash_insert() 511 udp_t **udpp; in udp_bind_hash_insert() 512 udp_t *udpnext; in udp_bind_hash_insert() [all …]
|
H A D | udp_stats.c | 84 udp_t *udp; in udp_snmp_get()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | udp.d.in | 43 * udpsinfo contains stable UDP details from udp_t. 63 translator udpsinfo_t < udp_t *U > {
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 74 udp_t udp; 196 net_udp_active(const udp_t *udp) in net_udp_active() 203 net_udp_ipv4(const udp_t *udp) in net_udp_ipv4() 211 net_udp_ipv6(const udp_t *udp) in net_udp_ipv6() 646 udp_t *udp = &ncb->cb_proto.udp; in netstat_udp_cb() 657 if (mdb_vread(udp, sizeof (udp_t), udp_kaddr) == -1) { in netstat_udp_cb()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | udp_impl.h | 204 } udp_t; typedef
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 361 sizeof (itc_t) + sizeof (udp_t), CACHE_ALIGN_SIZE, in ipcl_g_init() 2051 udp_t *udp = (udp_t *)&itc[1]; in udp_conn_constructor() 2054 bzero(udp, sizeof (udp_t)); in udp_conn_constructor() 2078 udp_t *udp = (udp_t *)&itc[1]; in udp_conn_destructor()
|