Home
last modified time | relevance | path

Searched refs:PACKET_TAG_DLT (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/sys/
H A Dmbuf.h478 #define PACKET_TAG_DLT 0x0100 /* data link layer type */ macro
/openbsd/sys/net/
H A Dif_tpmr.c698 if ((m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL)) { in tpmr_p_output()
H A Dif_trunk.c535 (m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL)) { in trunk_port_output()
H A Dbpf.c278 mtag = m_tag_get(PACKET_TAG_DLT, sizeof(u_int), M_WAIT); in bpf_movein()
H A Dif_veb.c2115 if ((m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL)) { in veb_p_output()
H A Dif_aggr.c1428 if (m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL) { in aggr_p_output()
/openbsd/sys/net80211/
H A Dieee80211_output.c127 if ((mtag = m_tag_find(m, PACKET_TAG_DLT, NULL)) != NULL) { in ieee80211_output()
535 if ((mtag = m_tag_find(m, PACKET_TAG_DLT, NULL)) != NULL) { in ieee80211_encap()