Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/
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 …]
Dng_hub.c125 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
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()
Dng_hole.c210 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
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()
Dng_cisco.c363 NGI_M(item) = m; in cisco_rcvdata()
448 m = NGI_M(item); in cisco_input()
Dnetgraph.h803 #define NGI_M(i) (*_ngi_m(i, _NN_)) macro
835 #define NGI_M(i) _NGI_M(i) macro
856 (m) = NGI_M(i); \
912 NGI_M(item) = (m); \
Dng_gif_demux.c358 NGI_M(item) = m; in ng_gif_demux_rcvdata()
Dng_tee.c297 m = NGI_M(item); in ng_tee_rcvdata()
Dng_one2many.c423 m = NGI_M(item); /* just peaking, mbuf still owned by item */ in ng_one2many_rcvdata()
Dng_tag.c515 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_tag_rcvdata()
Dng_car.c278 m = NGI_M(item); in ng_car_rcvdata()
Dng_base.c2254 if (NGI_M(item) == NULL) in ng_snd_item()
2256 CHECK_DATA_MBUF(NGI_M(item)); in ng_snd_item()
3524 NGI_M(item) = m; in ng_package_data()
Dng_pipe.c617 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
Dng_pptpgre.c763 m = NGI_M(item); in ng_pptpgre_rcvdata_lower()
/freebsd-12-stable/sys/netgraph/netflow/
Dng_netflow.c629 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
637 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
656 m_tag_prepend(NGI_M(item), mtag); in ng_netflow_rcvdata()
Dnetflow_v9.c203 struct mbuf *m = NGI_M(item); in export9_send()
248 struct mbuf *m = NGI_M(item); in export9_add()
Dnetflow.c1050 struct mbuf *m = NGI_M(item); in export_send()
1086 struct netflow_v5_export_dgram *dgram = mtod(NGI_M(item), in export_add()
/freebsd-12-stable/sys/netgraph/bluetooth/hci/
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()
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()
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_hci_raw.c330 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()