Home
last modified time | relevance | path

Searched refs:PTP_CLASS_VLAN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dptp_classify.h28 #define PTP_CLASS_VLAN 0x80 /* event in a VLAN tagged packet */ macro
35 #define PTP_CLASS_V2_VLAN (PTP_CLASS_V2 | PTP_CLASS_VLAN)
/openbmc/linux/net/core/
H A Dptp_classifier.c114 if (type & PTP_CLASS_VLAN) in ptp_parse_header()