Home
last modified time | relevance | path

Searched refs:uni_msg_unpack_mbuf (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.h53 #define uni_msg_unpack_mbuf(M, PP) \ macro
61 int uni_msg_unpack_mbuf(struct mbuf *, struct uni_msg **);
H A Dngatmbase.c458 uni_msg_unpack_mbuf(struct mbuf *m, struct uni_msg **pmsg) in _uni_msg_unpack_mbuf()
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c537 if ((error = uni_msg_unpack_mbuf(m, &msg)) != 0) { in ng_uni_rcvupper()
672 if ((error = uni_msg_unpack_mbuf(m, &msg)) != 0) { in ng_uni_rcvlower()
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c926 if ((err = uni_msg_unpack_mbuf(m, &msg)) != 0) { in ng_ccatm_rcvdata()
1060 if ((err = uni_msg_unpack_mbuf(m, &msg)) != 0) { in ng_ccatm_rcvuni()