Home
last modified time | relevance | path

Searched refs:m_tag_locate (Results 1 – 25 of 25) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_codel.c208 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in codel_extract_head()
255 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in aqm_codel_enqueue()
H A Ddn_sched_fq_codel.h154 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in fq_codel_extract_head()
H A Dip_fw_pfil.c137 tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL); in ipfw_check_packet()
362 mtag = m_tag_locate(*p.m, MTAG_IPFW_RULE, 0, NULL); in ipfw_check_frame()
H A Ddn_aqm_pie.c345 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in pie_extract_head()
540 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c355 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in fq_pie_extract_head()
732 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in pie_enqueue()
H A Ddn_sched_fq_codel.c188 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL); in codel_enqueue()
H A Dip_fw2.c2591 mtag = m_tag_locate(m, MTAG_IPFW, tag, NULL); in ipfw_chk()
2674 match = m_tag_locate(m, MTAG_IPFW, in ipfw_chk()
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c595 mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS, in ieee80211_get_xmit_params()
610 mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_CALLBACK, NULL); in ieee80211_process_callback()
645 mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS, in ieee80211_get_rx_params()
660 mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_RECV_PARAMS, in ieee80211_get_rx_params_ptr()
694 mtag = m_tag_locate(m, MTAG_ABI_NET80211, NET80211_TAG_TOA_PARAMS, in ieee80211_get_toa_params()
/f-stack/freebsd/net/altq/
H A Daltq_codel.c290 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL); in codel_addq()
322 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL); in codel_should_drop()
/f-stack/freebsd/netgraph/
H A Dng_tag.c536 tag = m_tag_locate(m, cookie, type, NULL); in ng_tag_rcvdata()
543 tag = m_tag_locate(m, cookie, type, tag); in ng_tag_rcvdata()
H A Dng_ipfw.c239 tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in ng_ipfw_rcvdata()
H A Dng_ksocket.c914 if (((stag = (struct sa_tag *)m_tag_locate(m, NGM_KSOCKET_COOKIE, in ng_ksocket_rcvdata()
/f-stack/freebsd/netinet/
H A Dip_divert.c202 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in divert_packet()
331 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in div_output()
H A Dsiftr.c676 if (m_tag_locate(m, PACKET_COOKIE_SIFTR, PACKET_TAG_SIFTR, NULL) in siftr_chkreinject()
/f-stack/freebsd/net/
H A Dif_fwsubr.c125 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, NULL); in firewire_output()
574 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_SENDER_EUID, 0); in firewire_input()
H A Dif_ethersubr.c1415 if (vlan_mtag_pcp && (mtag = m_tag_locate(*mp, MTAG_8021Q, in ether_8021q_frame()
H A Dif_vlan.c1348 mtag = m_tag_locate(m, MTAG_8021Q, MTAG_8021Q_PCP_IN, NULL); in vlan_input()
H A Dbpf.c2215 tag = m_tag_locate(m, MTAG_BPF, MTAG_BPF_TIMESTAMP, NULL); in bpf_gettime()
H A Dif.c3890 while ((mtag = m_tag_locate(m, cookie, 0, mtag)) != NULL) { in if_tunnel_check_nesting()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c627 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
635 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW, in ng_netflow_rcvdata()
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c379 m_tag_locate(struct mbuf *m, uint32_t cookie, int type, struct m_tag *t) in m_tag_locate() function
/f-stack/tools/compat/include/sys/
H A Dmbuf.h1075 struct m_tag *m_tag_locate(struct mbuf *, u_int32_t, int, struct m_tag *);
1168 m_tag_locate(m, MTAG_ABI_COMPAT, type, start)); in m_tag_find()
/f-stack/freebsd/sys/
H A Dmbuf.h1316 struct m_tag *m_tag_locate(struct mbuf *, u_int32_t, int, struct m_tag *);
1409 m_tag_locate(m, MTAG_ABI_COMPAT, type, start)); in m_tag_find()
/f-stack/freebsd/netinet6/
H A Dip6_input.c490 mtag = m_tag_locate(m, MTAG_ABI_IPV6, IPV6_TAG_DIRECT, NULL); in ip6_direct_input()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2684 mtag = m_tag_locate(m, MTAG_8021Q, MTAG_8021Q_PCP_OUT, NULL); in pf_ieee8021q_setpcp()
2703 mtag = m_tag_locate(m, MTAG_8021Q, MTAG_8021Q_PCP_IN, NULL); in pf_match_ieee8021q_pcp()
5938 ((ipfwtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL)) != NULL)) { in pf_test()