Searched refs:ng_package_data (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_socket.c | 480 item = ng_package_data(m, NG_WAITOK); in ngd_send() 718 item = ng_package_data(NULL, NG_WAITOK); in ng_connect_data()
|
H A D | netgraph.h | 925 if ((_item = ng_package_data((m), flags))) { \ 1151 item_p ng_package_data(struct mbuf *m, int flags);
|
H A D | ng_ppp.c | 1845 item = ng_package_data(m, NG_NOFLAGS); in ng_ppp_frag_process() 1952 if ((item = ng_package_data(m, NG_NOFLAGS)) != NULL) { in ng_ppp_frag_checkstale() 2157 item = ng_package_data(m2, NG_NOFLAGS); in ng_ppp_mp_xmit()
|
H A D | ng_base.c | 3533 ng_package_data(struct mbuf *m, int flags) in ng_package_data() function
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.c | 395 item = ng_package_data(m, NG_NOFLAGS); in get_export9_dgram()
|
H A D | netflow.c | 188 item = ng_package_data(m, NG_NOFLAGS); in get_export_dgram()
|