Lines Matching refs:NGI_M
806 NGI_M(item)->m_pkthdr.len)); in ng_ppp_rcvdata_inet_fast()
879 NGI_M(item) = m; in ng_ppp_rcvdata_bypass()
910 NGI_M(item) = m; in ng_ppp_bypass()
936 NGI_M(item) = m; in ng_ppp_proto_recv()
1102 NGI_M(item) = m; in ng_ppp_comp_xmit()
1135 NGI_M(item) = m; in ng_ppp_rcvdata_compress()
1167 NGI_M(item) = m; in ng_ppp_comp_recv()
1203 NGI_M(item) = m; in ng_ppp_rcvdata_decompress()
1233 NGI_M(item) = m; in ng_ppp_crypt_xmit()
1303 NGI_M(item) = m; in ng_ppp_rcvdata_decrypt()
1435 NGI_M(item) = m; /* Put changed m back into item. */ in ng_ppp_rcvdata()
1533 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_mp_recv()
1843 NGI_M(item) = m; in ng_ppp_frag_process()
1851 NGI_M(item)->m_pkthdr.len; in ng_ppp_frag_process()
1955 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_frag_checkstale()
2004 plen = NGI_M(item)->m_pkthdr.len; in ng_ppp_mp_xmit()
2155 NGI_M(item) = m2; /* Reuse original item. */ in ng_ppp_mp_xmit()