Home
last modified time | relevance | path

Searched refs:acl_size (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_var.h73 u_int16_t acl_size; /* max. size of one packet */ member
96 #define NG_HCI_BUFF_ACL_SIZE(b, v) (v) = (b).acl_size
100 (b).acl_size = (s); \
H A Dng_hci_main.c305 acl_total, acl_avail, acl_size, in ng_hci_default_rcvmsg() local
318 NG_HCI_BUFF_ACL_SIZE(unit->buffer, acl_size); in ng_hci_default_rcvmsg()
340 acl_avail, acl_total, acl_size, in ng_hci_default_rcvmsg()
414 NG_HCI_BUFF_ACL_SIZE(unit->buffer, ep->acl_size); in ng_hci_default_rcvmsg()
/f-stack/freebsd/sys/
H A Dacl.h406 ssize_t acl_size(acl_t _acl);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c265 int acl_size; in acl_free() local
271 acl_size = aclp->acl_cnt * aclp->acl_entry_size; in acl_free()
272 cacl_free(aclp->acl_aclp, acl_size); in acl_free()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h590 u_int16_t acl_size; /* max. size of ACL packet */ member