Home
last modified time | relevance | path

Searched refs:NGI_M (Results 1 – 20 of 20) sorted by relevance

/trueos/sys/netgraph/
HDng_ppp.c865 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 …]
HDng_hub.c123 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
HDng_hole.c210 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
HDng_bpf.c426 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()
HDng_nat.c729 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()
HDng_cisco.c368 NGI_M(item) = m; in cisco_rcvdata()
453 m = NGI_M(item); in cisco_input()
HDng_gif_demux.c356 NGI_M(item) = m; in ng_gif_demux_rcvdata()
HDnetgraph.h796 #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); \
HDng_tee.c297 m = NGI_M(item); in ng_tee_rcvdata()
HDng_one2many.c423 m = NGI_M(item); /* just peaking, mbuf still owned by item */ in ng_one2many_rcvdata()
HDng_tag.c515 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_tag_rcvdata()
HDng_car.c271 m = NGI_M(item); in ng_car_rcvdata()
HDng_base.c2244 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()
HDng_pipe.c615 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
/trueos/sys/netgraph/netflow/
HDnetflow_v9.c201 struct mbuf *m = NGI_M(item); in export9_send()
246 struct mbuf *m = NGI_M(item); in export9_add()
HDng_netflow.c623 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()
HDnetflow.c1038 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/
HDng_hci_main.c693 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()
HDng_hci_evnt.c291 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/
HDng_btsocket_hci_raw.c328 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()