Searched refs:NGI_M (Results 1 – 22 of 22) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_ppp.c | 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() [all …]
|
H A D | ng_hub.c | 122 struct mbuf * const m = NGI_M(item), *m2; in ng_hub_rcvdata()
|
H A D | ng_bpf.c | 423 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 D | ng_hole.c | 208 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
|
H A D | ng_nat.c | 777 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 D | ng_cisco.c | 361 NGI_M(item) = m; in cisco_rcvdata() 446 m = NGI_M(item); in cisco_input()
|
H A D | ng_gif_demux.c | 356 NGI_M(item) = m; in ng_gif_demux_rcvdata()
|
H A D | netgraph.h | 802 #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 D | ng_tee.c | 301 m = NGI_M(item); in ng_tee_rcvdata()
|
H A D | ng_one2many.c | 421 m = NGI_M(item); /* just peaking, mbuf still owned by item */ in ng_one2many_rcvdata()
|
H A D | ng_tag.c | 515 m = NGI_M(item); /* 'item' still owns it.. we are peeking */ in ng_tag_rcvdata()
|
H A D | ng_macfilter.c | 793 m = NGI_M(item); /* 'item' still owns it. We are peeking */ in ng_macfilter_rcvdata()
|
H A D | ng_car.c | 282 m = NGI_M(item); in ng_car_rcvdata()
|
H A D | ng_base.c | 2254 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 D | ng_pipe.c | 614 plen = NGI_M(item)->m_pkthdr.len; in ngp_rcvdata()
|
H A D | ng_pptpgre.c | 767 m = NGI_M(item); in ng_pptpgre_rcvdata_lower()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.c | 199 struct mbuf *m = NGI_M(item); in export9_send() 242 struct mbuf *m = NGI_M(item); in export9_add()
|
H A D | ng_netflow.c | 630 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 D | netflow.c | 1014 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 D | ng_hci_main.c | 713 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 D | ng_hci_evnt.c | 302 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 D | ng_btsocket_hci_raw.c | 330 NGI_M(item) = nam; in ng_btsocket_hci_raw_node_rcvdata()
|