Home
last modified time | relevance | path

Searched refs:ip_mac_tx_cookie_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_impl.h194 extern void ill_flow_enable(void *, ip_mac_tx_cookie_t);
H A Dip.h849 typedef uintptr_t ip_mac_tx_cookie_t; typedef
854 ip_mac_tx_cookie_t txl_cookie;
3578 typedef ip_mac_tx_cookie_t (*ip_dld_tx_t)(void *, mblk_t *,
3580 typedef void (*ip_flow_enable_t)(void *, ip_mac_tx_cookie_t);
3583 typedef boolean_t (*ip_dld_fctl_t)(void *, ip_mac_tx_cookie_t);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c13451 ill_flow_enable(void *arg, ip_mac_tx_cookie_t cookie) in ill_flow_enable()