Home
last modified time | relevance | path

Searched refs:m_tag_alloc (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_mbuf2.c317 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 Dieee80211_freebsd.c557 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 Dng_ipfw.c310 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r), in ng_ipfw_input()
H A Dng_tag.c576 tag = m_tag_alloc(cookie, type, tag_len, M_NOWAIT); in ng_tag_rcvdata()
H A Dng_lmi.c330 ptag = (struct ng_tag_prio *)m_tag_alloc(NGM_GENERIC_COOKIE, NG_TAG_PRIO, in nglmi_inquire()
H A Dng_ksocket.c1130 stag = (struct sa_tag *)m_tag_alloc(NGM_KSOCKET_COOKIE, in ng_ksocket_incoming2()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_codel.c257 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in aqm_codel_enqueue()
H A Ddn_sched_fq_codel.c190 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, sizeof(aqm_time_t), in codel_enqueue()
H A Dip_fw_pfil.c515 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, in ipfw_divert()
H A Ddn_aqm_pie.c542 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c734 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in pie_enqueue()
H A Dip_fw2.c2606 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 Dmbuf.h1071 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 Daltq_codel.c292 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t), in codel_addq()
/f-stack/freebsd/sys/
H A Dmbuf.h1312 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 Dip_divert.c334 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in div_output()
H A Dsiftr.c685 struct m_tag *tag = m_tag_alloc(PACKET_COOKIE_SIFTR, in siftr_chkreinject()
/f-stack/freebsd/net/
H A Dif_fwsubr.c127 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, in firewire_output()
H A Dif_vlan.c1350 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_IN, in vlan_input()
H A Dif.c3903 mtag = m_tag_alloc(cookie, 0, sizeof(struct ifnet *), M_NOWAIT); in if_tunnel_check_nesting()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c650 mtag = m_tag_alloc(MTAG_NETFLOW, MTAG_NETFLOW_CALLED, in ng_netflow_rcvdata()
/f-stack/freebsd/netinet6/
H A Dfrag6.c846 mtag = m_tag_alloc(MTAG_ABI_IPV6, IPV6_TAG_DIRECT, sizeof(*ip6dc), in frag6_input()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2686 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()