Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c808 NGI_M(item)->m_pkthdr.len)); in ng_ppp_rcvdata_inet_fast()
881 NGI_M(item) = m; in ng_ppp_rcvdata_bypass()
912 NGI_M(item) = m; in ng_ppp_bypass()
938 NGI_M(item) = m; in ng_ppp_proto_recv()
1104 NGI_M(item) = m; in ng_ppp_comp_xmit()
1137 NGI_M(item) = m; in ng_ppp_rcvdata_compress()
1169 NGI_M(item) = m; in ng_ppp_comp_recv()
1205 NGI_M(item) = m; in ng_ppp_rcvdata_decompress()
1235 NGI_M(item) = m; in ng_ppp_crypt_xmit()
1305 NGI_M(item) = m; in ng_ppp_rcvdata_decrypt()
[all …]
H A Dng_hub.c124 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
H A Dng_hole.c210 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
H A Dng_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()
H A Dng_nat.c773 m = NGI_M(item); in ng_nat_rcvdata()
776 NGI_M(item) = NULL; /* avoid double free */ in ng_nat_rcvdata()
781 NGI_M(item) = m; in ng_nat_rcvdata()
H A Dng_cisco.c363 NGI_M(item) = m; in cisco_rcvdata()
448 m = NGI_M(item); in cisco_input()
H A Dng_gif_demux.c358 NGI_M(item) = m; in ng_gif_demux_rcvdata()
H A Dnetgraph.h794 #define NGI_M(i) (*_ngi_m(i, _NN_)) macro
826 #define NGI_M(i) _NGI_M(i) macro
847 (m) = NGI_M(i); \
903 NGI_M(item) = (m); \
H A Dng_tee.c297 m = NGI_M(item); in ng_tee_rcvdata()
H A Dng_one2many.c423 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.c795 m = NGI_M(item); /* 'item' still owns it. We are peeking */ in ng_macfilter_rcvdata()
H A Dng_car.c273 m = NGI_M(item); in ng_car_rcvdata()
H A Dng_base.c2250 if (NGI_M(item) == NULL) in ng_snd_item()
2252 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item()
3523 NGI_M(item) = m; in ng_package_data()
H A Dng_pipe.c615 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
H A Dng_pptpgre.c763 m = NGI_M(item); in ng_pptpgre_rcvdata_lower()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c627 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
635 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
654 m_tag_prepend(NGI_M(item), mtag); in ng_netflow_rcvdata()
H A Dnetflow_v9.c203 struct mbuf *m = NGI_M(item); in export9_send()
246 struct mbuf *m = NGI_M(item); in export9_add()
H A Dnetflow.c1011 struct mbuf *m = NGI_M(item); in export_send()
1046 struct netflow_v5_export_dgram *dgram = mtod(NGI_M(item), in export_add()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c714 m = NGI_M(item); /* item still has mbuf, just peeking */ in ng_hci_drv_rcvdata()
886 NGI_M(item) = m; in ng_hci_acl_rcvdata()
1005 NGI_M(item) = m; in ng_hci_sco_rcvdata()
H A Dng_hci_evnt.c301 winner->con_handle, NGI_M(item)->m_pkthdr.len); in send_data_packets()
316 v = NGI_M(item)->m_pkthdr.len; in send_data_packets()
319 ng_hci_mtap(unit, NGI_M(item)); in send_data_packets()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.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); \
/f-stack/lib/
H A Dff_ng_base.c2260 if (NGI_M(item) == NULL) in ng_snd_item()
2262 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item()
3553 NGI_M(item) = m; in ng_package_data()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c331 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()