Searched refs:NGI_M (Results 1 – 20 of 20) sorted by relevance
| /trueos/sys/netgraph/ |
| HD | ng_ppp.c | 865 NGI_M(item) = m; in ng_ppp_rcvdata_bypass() 896 NGI_M(item) = m; in ng_ppp_bypass() 922 NGI_M(item) = m; in ng_ppp_proto_recv() 1088 NGI_M(item) = m; in ng_ppp_comp_xmit() 1121 NGI_M(item) = m; in ng_ppp_rcvdata_compress() 1153 NGI_M(item) = m; in ng_ppp_comp_recv() 1189 NGI_M(item) = m; in ng_ppp_rcvdata_decompress() 1219 NGI_M(item) = m; in ng_ppp_crypt_xmit() 1289 NGI_M(item) = m; in ng_ppp_rcvdata_decrypt() 1421 NGI_M(item) = m; /* Put changed m back into item. */ in ng_ppp_rcvdata() [all …]
|
| HD | ng_hub.c | 123 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
|
| HD | ng_hole.c | 210 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
|
| HD | 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()
|
| HD | ng_nat.c | 729 m = NGI_M(item); in ng_nat_rcvdata() 732 NGI_M(item) = NULL; /* avoid double free */ in ng_nat_rcvdata() 737 NGI_M(item) = m; in ng_nat_rcvdata()
|
| HD | ng_cisco.c | 368 NGI_M(item) = m; in cisco_rcvdata() 453 m = NGI_M(item); in cisco_input()
|
| HD | ng_gif_demux.c | 356 NGI_M(item) = m; in ng_gif_demux_rcvdata()
|
| HD | 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); \
|
| HD | ng_tee.c | 297 m = NGI_M(item); in ng_tee_rcvdata()
|
| HD | ng_one2many.c | 423 m = NGI_M(item); /* just peaking, mbuf still owned by item */ in ng_one2many_rcvdata()
|
| HD | ng_tag.c | 515 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_tag_rcvdata()
|
| HD | ng_car.c | 271 m = NGI_M(item); in ng_car_rcvdata()
|
| HD | ng_base.c | 2244 if (NGI_M(item) == NULL) in ng_snd_item() 2246 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item() 3517 NGI_M(item) = m; in ng_package_data()
|
| HD | ng_pipe.c | 615 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
|
| /trueos/sys/netgraph/netflow/ |
| HD | netflow_v9.c | 201 struct mbuf *m = NGI_M(item); in export9_send() 246 struct mbuf *m = NGI_M(item); in export9_add()
|
| HD | ng_netflow.c | 623 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata() 631 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata() 650 m_tag_prepend(NGI_M(item), mtag); in ng_netflow_rcvdata()
|
| HD | netflow.c | 1038 struct mbuf *m = NGI_M(item); in export_send() 1074 struct netflow_v5_export_dgram *dgram = mtod(NGI_M(item), in export_add()
|
| /trueos/sys/netgraph/bluetooth/hci/ |
| HD | ng_hci_main.c | 693 m = NGI_M(item); /* item still has mbuf, just peeking */ in ng_hci_drv_rcvdata() 867 NGI_M(item) = m; in ng_hci_acl_rcvdata() 986 NGI_M(item) = m; in ng_hci_sco_rcvdata()
|
| HD | ng_hci_evnt.c | 291 winner->con_handle, NGI_M(item)->m_pkthdr.len); in send_data_packets() 306 v = NGI_M(item)->m_pkthdr.len; in send_data_packets() 309 ng_hci_mtap(unit, NGI_M(item)); in send_data_packets()
|
| /trueos/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_hci_raw.c | 328 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()
|