| /f-stack/freebsd/netgraph/ |
| H A D | ng_ppp.c | 808 NGI_M(item)->m_pkthdr.len)); in ng_ppp_rcvdata_inet_fast() 881 NGI_M(item) = m; in ng_ppp_rcvdata_bypass() 912 NGI_M(item) = m; in ng_ppp_bypass() 938 NGI_M(item) = m; in ng_ppp_proto_recv() 1104 NGI_M(item) = m; in ng_ppp_comp_xmit() 1137 NGI_M(item) = m; in ng_ppp_rcvdata_compress() 1169 NGI_M(item) = m; in ng_ppp_comp_recv() 1205 NGI_M(item) = m; in ng_ppp_rcvdata_decompress() 1235 NGI_M(item) = m; in ng_ppp_crypt_xmit() 1305 NGI_M(item) = m; in ng_ppp_rcvdata_decrypt() [all …]
|
| H A D | ng_hub.c | 124 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
|
| H A D | ng_hole.c | 210 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
|
| H A D | ng_bpf.c | 426 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_bpf_rcvdata() 458 NGI_M(item) = m = m_pullup(m, totlen); in ng_bpf_rcvdata()
|
| H A D | ng_nat.c | 773 m = NGI_M(item); in ng_nat_rcvdata() 776 NGI_M(item) = NULL; /* avoid double free */ in ng_nat_rcvdata() 781 NGI_M(item) = m; in ng_nat_rcvdata()
|
| H A D | ng_cisco.c | 363 NGI_M(item) = m; in cisco_rcvdata() 448 m = NGI_M(item); in cisco_input()
|
| H A D | ng_gif_demux.c | 358 NGI_M(item) = m; in ng_gif_demux_rcvdata()
|
| H A D | netgraph.h | 794 #define NGI_M(i) (*_ngi_m(i, _NN_)) macro 826 #define NGI_M(i) _NGI_M(i) macro 847 (m) = NGI_M(i); \ 903 NGI_M(item) = (m); \
|
| H A D | ng_tee.c | 297 m = NGI_M(item); in ng_tee_rcvdata()
|
| H A D | ng_one2many.c | 423 m = NGI_M(item); /* just peaking, mbuf still owned by item */ in ng_one2many_rcvdata()
|
| H A D | ng_tag.c | 515 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_tag_rcvdata()
|
| H A D | ng_macfilter.c | 795 m = NGI_M(item); /* 'item' still owns it. We are peeking */ in ng_macfilter_rcvdata()
|
| H A D | ng_car.c | 273 m = NGI_M(item); in ng_car_rcvdata()
|
| H A D | ng_base.c | 2250 if (NGI_M(item) == NULL) in ng_snd_item() 2252 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item() 3523 NGI_M(item) = m; in ng_package_data()
|
| H A D | ng_pipe.c | 615 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
|
| H A D | ng_pptpgre.c | 763 m = NGI_M(item); in ng_pptpgre_rcvdata_lower()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 627 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata() 635 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata() 654 m_tag_prepend(NGI_M(item), mtag); in ng_netflow_rcvdata()
|
| H A D | netflow_v9.c | 203 struct mbuf *m = NGI_M(item); in export9_send() 246 struct mbuf *m = NGI_M(item); in export9_add()
|
| H A D | netflow.c | 1011 struct mbuf *m = NGI_M(item); in export_send() 1046 struct netflow_v5_export_dgram *dgram = mtod(NGI_M(item), in export_add()
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_main.c | 714 m = NGI_M(item); /* item still has mbuf, just peeking */ in ng_hci_drv_rcvdata() 886 NGI_M(item) = m; in ng_hci_acl_rcvdata() 1005 NGI_M(item) = m; in ng_hci_sco_rcvdata()
|
| H A D | ng_hci_evnt.c | 301 winner->con_handle, NGI_M(item)->m_pkthdr.len); in send_data_packets() 316 v = NGI_M(item)->m_pkthdr.len; in send_data_packets() 319 ng_hci_mtap(unit, NGI_M(item)); in send_data_packets()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 796 #define NGI_M(i) (*_ngi_m(i, _NN_)) macro 828 #define NGI_M(i) _NGI_M(i) macro 849 (m) = NGI_M(i); \ 905 NGI_M(item) = (m); \
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 2260 if (NGI_M(item) == NULL) in ng_snd_item() 2262 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item() 3553 NGI_M(item) = m; in ng_package_data()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_hci_raw.c | 331 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()
|