Symbol: NGI_M
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
294
winner->con_handle, NGI_M(item)->m_pkthdr.len);
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
309
v = NGI_M(item)->m_pkthdr.len;
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
312
ng_hci_mtap(unit, NGI_M(item));
sys/netgraph7/bluetooth/hci/ng_hci_main.c
698
m = NGI_M(item); /* item still has mbuf, just peeking */
sys/netgraph7/bluetooth/hci/ng_hci_main.c
872
NGI_M(item) = m;
sys/netgraph7/bluetooth/hci/ng_hci_main.c
992
NGI_M(item) = m;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
322
NGI_M(item) = nam;
sys/netgraph7/bpf/ng_bpf.c
420
m = NGI_M(item); /* 'item' still owns it.. we are peeking */
sys/netgraph7/bpf/ng_bpf.c
452
NGI_M(item) = m = m_pullup(m, totlen);
sys/netgraph7/cisco/ng_cisco.c
354
m = NGI_M(item); /* still associated with item */
sys/netgraph7/cisco/ng_cisco.c
441
m = NGI_M(item);
sys/netgraph7/hole/ng_hole.c
211
hip->stats.octets += NGI_M(item)->m_pkthdr.len;
sys/netgraph7/hub/ng_hub.c
67
struct mbuf * const m = NGI_M(item), *m2;
sys/netgraph7/netflow/netflow.c
583
struct mbuf *m = NGI_M(item);
sys/netgraph7/netflow/netflow.c
619
struct netflow_v5_export_dgram *dgram = mtod(NGI_M(item),
sys/netgraph7/netgraph.h
827
(m) = NGI_M(i); \
sys/netgraph7/netgraph.h
883
NGI_M(item) = (m); \
sys/netgraph7/netgraph/ng_base.c
1940
if (NGI_M(item) == NULL)
sys/netgraph7/netgraph/ng_base.c
1942
CHECK_DATA_MBUF(NGI_M(item));
sys/netgraph7/netgraph/ng_base.c
2995
NGI_M(item) = m;
sys/netgraph7/ng_car.c
274
m = NGI_M(item);
sys/netgraph7/ng_gif_demux.c
358
NGI_M(item) = m;
sys/netgraph7/ng_nat.c
690
m = NGI_M(item);
sys/netgraph7/ng_nat.c
693
NGI_M(item) = NULL; /* avoid double free */
sys/netgraph7/ng_nat.c
698
NGI_M(item) = m;
sys/netgraph7/ng_tag.c
514
m = NGI_M(item); /* 'item' still owns it.. we are peeking */
sys/netgraph7/one2many/ng_one2many.c
425
m = NGI_M(item); /* just peaking, mbuf still owned by item */
sys/netgraph7/ppp/ng_ppp.c
1079
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1112
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1144
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1180
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1210
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1280
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1412
NGI_M(item) = m; /* Put changed m back into item. */
sys/netgraph7/ppp/ng_ppp.c
1510
priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len;
sys/netgraph7/ppp/ng_ppp.c
1820
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
1828
NGI_M(item)->m_pkthdr.len;
sys/netgraph7/ppp/ng_ppp.c
1935
priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len;
sys/netgraph7/ppp/ng_ppp.c
1984
plen = NGI_M(item)->m_pkthdr.len;
sys/netgraph7/ppp/ng_ppp.c
2129
NGI_M(item) = m2; /* Reuse original item. */
sys/netgraph7/ppp/ng_ppp.c
870
NGI_M(item) = m;
sys/netgraph7/ppp/ng_ppp.c
901
NGI_M(item) = m;
sys/netgraph7/tee/ng_tee.c
300
m = NGI_M(item);