Searched refs:ng_package_data (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 471 item = ng_package_data(m, NG_WAITOK); in ngd_send() 713 item = ng_package_data(NULL, NG_WAITOK); in ng_connect_data()
|
| H A D | netgraph.h | 917 if ((_item = ng_package_data((m), flags))) { \ 1143 item_p ng_package_data(struct mbuf *m, int flags);
|
| H A D | ng_ppp.c | 1847 item = ng_package_data(m, NG_NOFLAGS); in ng_ppp_frag_process() 1956 if ((item = ng_package_data(m, NG_NOFLAGS)) != NULL) { in ng_ppp_frag_checkstale() 2161 item = ng_package_data(m2, NG_NOFLAGS); in ng_ppp_mp_xmit()
|
| H A D | ng_base.c | 3513 ng_package_data(struct mbuf *m, int flags) in ng_package_data() function
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow_v9.c | 399 item = ng_package_data(m, NG_NOFLAGS); in get_export9_dgram()
|
| H A D | netflow.c | 187 item = ng_package_data(m, NG_NOFLAGS); in get_export_dgram()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 919 if ((_item = ng_package_data((m), flags))) { \ 1147 item_p ng_package_data(struct mbuf *m, int flags);
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 3543 ng_package_data(struct mbuf *m, int flags) in ng_package_data() function
|