Searched refs:uni_msg_pack_mbuf (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/atm/ |
| H A D | ngatmbase.h | 41 struct mbuf *uni_msg_pack_mbuf(struct uni_msg *, void *, size_t);
|
| H A D | ngatmbase.c | 138 uni_msg_pack_mbuf(struct uni_msg *msg, void *hdr, size_t hdrlen) in uni_msg_pack_mbuf() function
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni.c | 584 m = uni_msg_pack_mbuf(msg, &arg, sizeof(arg)); in uni_uni_output() 725 m = uni_msg_pack_mbuf(msg, &arg, sizeof(arg)); in uni_saal_output()
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 1108 m = uni_msg_pack_mbuf(msg, &arg, sizeof(arg)); in ng_ccatm_send_uni() 1133 m = uni_msg_pack_mbuf(msg, &arg, sizeof(arg)); in ng_ccatm_send_uni_glob()
|