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

/freebsd-12-stable/sys/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)
/freebsd-12-stable/sys/netgraph/atm/uni/
H A Dng_uni.c540 if ((error = uni_msg_unpack_mbuf(m, &msg)) != 0) {
679 if ((error = uni_msg_unpack_mbuf(m, &msg)) != 0) {
/freebsd-12-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c930 if ((err = uni_msg_unpack_mbuf(m, &msg)) != 0) {
1064 if ((err = uni_msg_unpack_mbuf(m, &msg)) != 0) {

Completed in 98 milliseconds