M_GETCTX 2227 netbt/hci.h #define M_GETCTX(m, t) ((t)(m)->m_pkthdr.rcvif) M_GETCTX 229 netbt/hci_socket.c ctx = M_GETCTX(m, struct socket *); M_GETCTX 343 netbt/hci_unit.c if (link == M_GETCTX(m, struct hci_link *)) { M_GETCTX 427 netbt/hci_unit.c arg = M_GETCTX(m, void *);