Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c806 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()
[all …]
H A Dng_hub.c122 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
H A Dng_bpf.c423 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_bpf_rcvdata()
455 NGI_M(item) = m = m_pullup(m, totlen); in ng_bpf_rcvdata()
H A Dng_hole.c208 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
H A Dng_nat.c777 m = NGI_M(item); in ng_nat_rcvdata()
780 NGI_M(item) = NULL; /* avoid double free */ in ng_nat_rcvdata()
785 NGI_M(item) = m; in ng_nat_rcvdata()
H A Dng_cisco.c361 NGI_M(item) = m; in cisco_rcvdata()
446 m = NGI_M(item); in cisco_input()
H A Dng_gif_demux.c356 NGI_M(item) = m; in ng_gif_demux_rcvdata()
H A Dnetgraph.h802 #define NGI_M(i) (*_ngi_m(i, _NN_)) macro
834 #define NGI_M(i) _NGI_M(i) macro
855 (m) = NGI_M(i); \
911 NGI_M(item) = (m); \
H A Dng_tee.c301 m = NGI_M(item); in ng_tee_rcvdata()
H A Dng_one2many.c421 m = NGI_M(item); /* just peaking, mbuf still owned by item */ in ng_one2many_rcvdata()
H A Dng_tag.c515 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_tag_rcvdata()
H A Dng_macfilter.c793 m = NGI_M(item); /* 'item' still owns it. We are peeking */ in ng_macfilter_rcvdata()
H A Dng_car.c282 m = NGI_M(item); in ng_car_rcvdata()
H A Dng_base.c2254 if (NGI_M(item) == NULL) in ng_snd_item()
2256 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item()
3543 NGI_M(item) = m; in ng_package_data()
H A Dng_pipe.c614 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
H A Dng_pptpgre.c767 m = NGI_M(item); in ng_pptpgre_rcvdata_lower()
/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.c199 struct mbuf *m = NGI_M(item); in export9_send()
242 struct mbuf *m = NGI_M(item); in export9_add()
H A Dng_netflow.c630 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
638 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
657 m_tag_prepend(NGI_M(item), mtag); in ng_netflow_rcvdata()
H A Dnetflow.c1014 struct mbuf *m = NGI_M(item); in export_send()
1049 struct netflow_v5_export_dgram *dgram = mtod(NGI_M(item), in export_add()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c713 m = NGI_M(item); /* item still has mbuf, just peeking */ in ng_hci_drv_rcvdata()
885 NGI_M(item) = m; in ng_hci_acl_rcvdata()
1004 NGI_M(item) = m; in ng_hci_sco_rcvdata()
H A Dng_hci_evnt.c302 winner->con_handle, NGI_M(item)->m_pkthdr.len); in send_data_packets()
317 v = NGI_M(item)->m_pkthdr.len; in send_data_packets()
320 ng_hci_mtap(unit, NGI_M(item)); in send_data_packets()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c330 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()