| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf2.c | 317 m_tag_alloc(uint32_t cookie, int type, int len, int wait) in m_tag_alloc() function 404 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how); in m_tag_copy()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.c | 557 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK, in ieee80211_add_callback() 577 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS, in ieee80211_add_xmit_params() 628 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS, in ieee80211_add_rx_params() 677 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_TOA_PARAMS, in ieee80211_add_toa_params()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 310 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r), in ng_ipfw_input()
|
| H A D | ng_tag.c | 576 tag = m_tag_alloc(cookie, type, tag_len, M_NOWAIT); in ng_tag_rcvdata()
|
| H A D | ng_lmi.c | 330 ptag = (struct ng_tag_prio *)m_tag_alloc(NGM_GENERIC_COOKIE, NG_TAG_PRIO, in nglmi_inquire()
|
| H A D | ng_ksocket.c | 1130 stag = (struct sa_tag *)m_tag_alloc(NGM_KSOCKET_COOKIE, in ng_ksocket_incoming2()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm_codel.c | 257 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in aqm_codel_enqueue()
|
| H A D | dn_sched_fq_codel.c | 190 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, sizeof(aqm_time_t), in codel_enqueue()
|
| H A D | ip_fw_pfil.c | 515 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, in ipfw_divert()
|
| H A D | dn_aqm_pie.c | 542 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in aqm_pie_enqueue()
|
| H A D | dn_sched_fq_pie.c | 734 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in pie_enqueue()
|
| H A D | ip_fw2.c | 2606 mtag = m_tag_alloc( MTAG_IPFW, in ipfw_chk() 2898 mtag = m_tag_alloc(MTAG_IPFW_CALL, 0, in ipfw_chk()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 1071 struct m_tag *m_tag_alloc(u_int32_t, int, int, int); 1161 return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, wait)); in m_tag_get()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_codel.c | 292 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t), in codel_addq()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 1312 struct m_tag *m_tag_alloc(u_int32_t, int, int, int); 1402 return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, wait)); in m_tag_get()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_divert.c | 334 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in div_output()
|
| H A D | siftr.c | 685 struct m_tag *tag = m_tag_alloc(PACKET_COOKIE_SIFTR, in siftr_chkreinject()
|
| /f-stack/freebsd/net/ |
| H A D | if_fwsubr.c | 127 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, in firewire_output()
|
| H A D | if_vlan.c | 1350 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_IN, in vlan_input()
|
| H A D | if.c | 3903 mtag = m_tag_alloc(cookie, 0, sizeof(struct ifnet *), M_NOWAIT); in if_tunnel_check_nesting()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 650 mtag = m_tag_alloc(MTAG_NETFLOW, MTAG_NETFLOW_CALLED, in ng_netflow_rcvdata()
|
| /f-stack/freebsd/netinet6/ |
| H A D | frag6.c | 846 mtag = m_tag_alloc(MTAG_ABI_IPV6, IPV6_TAG_DIRECT, sizeof(*ip6dc), in frag6_input()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 2686 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_OUT, in pf_ieee8021q_setpcp() 6157 ipfwtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in pf_test()
|