Searched refs:PACKET_TAG_DLT (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/sys/ |
H A D | mbuf.h | 489 #define PACKET_TAG_DLT 0x0100 /* data link layer type */ macro
|
/openbsd/sys/net/ |
H A D | if_tpmr.c | 698 if ((m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL)) { in tpmr_p_output()
|
H A D | if_trunk.c | 535 (m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL)) { in trunk_port_output()
|
H A D | bpf.c | 278 mtag = m_tag_get(PACKET_TAG_DLT, sizeof(u_int), M_WAIT); in bpf_movein()
|
H A D | if_veb.c | 2115 if ((m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL)) { in veb_p_output()
|
H A D | if_aggr.c | 1451 if (m_tag_find(m, PACKET_TAG_DLT, NULL) == NULL) { in aggr_p_output()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_output.c | 127 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()
|