Home | History | Annotate | Download | only in libpcap

Lines Matching refs:tp_vlan_tci

1873 			if ((aux->tp_vlan_tci == 0) && !(aux->tp_status & TP_STATUS_VLAN_VALID))
1875 if (aux->tp_vlan_tci == 0) /* this is ambigious but without the
1899 tag->vlan_tci = htons(aux->tp_vlan_tci);
1903 aux_data.vlan_tag = htons(aux->tp_vlan_tci) & 0x0fff;
4634 __u16 tp_vlan_tci,
4706 aux_data.vlan_tag = tp_vlan_tci & 0x0fff;
4750 tag->vlan_tci = htons(tp_vlan_tci);
4991 (h.h2->tp_vlan_tci || (h.h2->tp_status & TP_STATUS_VLAN_VALID)),
4993 h.h2->tp_vlan_tci != 0,
4995 h.h2->tp_vlan_tci,
5109 (tp3_hdr->hv1.tp_vlan_tci || (tp3_hdr->tp_status & TP_STATUS_VLAN_VALID)),
5111 tp3_hdr->hv1.tp_vlan_tci != 0,
5113 tp3_hdr->hv1.tp_vlan_tci,