Searched refs:m_tag_alloc (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/kern/ |
H A D | uipc_mbuf2.c | 256 m_tag_alloc(uint32_t cookie, int type, int len, int mflags) in m_tag_alloc() function 349 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how); in m_tag_copy()
|
/dflybsd-src/sys/sys/ |
H A D | mbuf.h | 699 struct m_tag *m_tag_alloc(uint32_t, int, int, int); 724 return m_tag_alloc(MTAG_ABI_COMPAT, type, length, mflags); in m_tag_get()
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_ipfw.c | 286 if ((ngit = (struct ng_ipfw_tag *)m_tag_alloc(NGM_IPFW_COOKIE, in ng_ipfw_input()
|
H A D | ng_tag.c | 575 tag = m_tag_alloc(cookie, type, tag_len, M_NOWAIT); in ng_tag_rcvdata()
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_dragonfly.c | 250 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS, in ieee80211_add_rx_params() 664 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK, in ieee80211_add_callback() 684 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS, in ieee80211_add_xmit_params()
|
/dflybsd-src/sys/net/ipfw3_basic/ |
H A D | ip_fw3_basic.c | 470 mtag = m_tag_alloc(MTAG_IPFW,cmd->arg1, 0, M_NOWAIT); in check_tag()
|
/dflybsd-src/sys/netgraph7/lmi/ |
H A D | ng_lmi.c | 332 ptag = (struct ng_tag_prio *)m_tag_alloc(NGM_GENERIC_COOKIE, NG_TAG_PRIO, in nglmi_inquire()
|
/dflybsd-src/sys/netgraph7/ksocket/ |
H A D | ng_ksocket.c | 1113 stag = (struct sa_tag *)m_tag_alloc(NGM_KSOCKET_COOKIE, in ng_ksocket_incoming2()
|
/dflybsd-src/sys/net/ |
H A D | if.c | 2944 mtag = m_tag_alloc(cookie, 0, sizeof(int), M_NOWAIT); in if_tunnel_check_nesting()
|