Home
last modified time | relevance | path

Searched refs:ptp_classify_raw (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/core/
Dptp_classifier.c112 unsigned int ptp_classify_raw(const struct sk_buff *skb) in ptp_classify_raw() function
116 EXPORT_SYMBOL_GPL(ptp_classify_raw);
Dtimestamping.c30 return ptp_classify_raw(skb); in classify()
/linux-4.1.27/include/linux/
Dptp_classify.h70 unsigned int ptp_classify_raw(const struct sk_buff *skb);
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpts.c291 unsigned int class = ptp_classify_raw(skb); in cpts_find_ts()
/linux-4.1.27/drivers/net/ethernet/xscale/
Dixp4xx_eth.c266 if (ptp_classify_raw(skb) != PTP_CLASS_V1_IPV4) in ixp_ptp_match()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c130 if (ptp_classify_raw(skb) == PTP_CLASS_NONE) in pch_ptp_match()