/freebsd/sys/kern/ |
H A D | uipc_mbuf2.c | 313 m_tag_alloc(uint32_t cookie, uint16_t type, int len, int wait) in m_tag_alloc() function 400 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how); in m_tag_copy()
|
/freebsd/sys/net/ |
H A D | if_vlan_var.h | 188 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_OUT, in vlan_set_pcp()
|
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 | 1634 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_IN, in vlan_input()
|
H A D | if.c | 3992 mtag = m_tag_alloc(cookie, 0, sizeof(struct ifnet *), M_NOWAIT); in if_tunnel_check_nesting()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.c | 561 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK, in ieee80211_add_callback() 581 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS, in ieee80211_add_xmit_params() 632 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS, in ieee80211_add_rx_params() 681 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_TOA_PARAMS, in ieee80211_add_toa_params()
|
/freebsd/sys/netgraph/ |
H A D | ng_ipfw.c | 308 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_car.c | 292 colp = (void *)m_tag_alloc( \ in ng_car_rcvdata()
|
H A D | ng_lmi.c | 328 ptag = (struct ng_tag_prio *)m_tag_alloc(NGM_GENERIC_COOKIE, NG_TAG_PRIO, in nglmi_inquire()
|
H A D | ng_ksocket.c | 1221 stag = (struct sa_tag *)m_tag_alloc(NGM_KSOCKET_COOKIE, in ng_ksocket_incoming2()
|
/freebsd/sys/netinet/ |
H A D | ip_divert.c | 349 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in div_send() 404 mtag = m_tag_alloc(MTAG_PF_DIVERT, 0, in div_send()
|
H A D | siftr.c | 573 struct m_tag *tag = m_tag_alloc(PACKET_COOKIE_SIFTR, in siftr_chkreinject()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_aqm_codel.c | 261 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in aqm_codel_enqueue()
|
H A D | dn_sched_fq_codel.c | 188 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 | 556 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, in ipfw_divert()
|
H A D | dn_aqm_pie.c | 544 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in aqm_pie_enqueue()
|
H A D | dn_sched_fq_pie.c | 736 mtag = m_tag_alloc(MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, in pie_enqueue()
|
H A D | ip_fw2.c | 2763 mtag = m_tag_alloc( MTAG_IPFW, in ipfw_chk() 3104 mtag = m_tag_alloc(MTAG_IPFW_CALL, 0, in ipfw_chk()
|
/freebsd/sys/dev/firewire/ |
H A D | if_fwip.c | 778 mtag = m_tag_alloc(MTAG_FIREWIRE, in fwip_stream_input() 881 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_SENDER_EUID, in fwip_unicast_input()
|
/freebsd/sys/net/altq/ |
H A D | altq_codel.c | 291 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t), in codel_addq()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 1395 struct m_tag *m_tag_alloc(uint32_t, uint16_t, int, int); 1486 return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, wait)); in m_tag_get()
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | 653 mtag = m_tag_alloc(MTAG_NETFLOW, MTAG_NETFLOW_CALLED, in ng_netflow_rcvdata()
|
/freebsd/sys/netinet6/ |
H A D | frag6.c | 888 mtag = m_tag_alloc(MTAG_ABI_IPV6, IPV6_TAG_DIRECT, sizeof(*ip6dc), in frag6_input()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1568 mbuf_tags.9 m_tag_alloc.9 \
|