Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dptp_classifier.c104 unsigned int ptp_classify_raw(const struct sk_buff *skb) in ptp_classify_raw() function
108 EXPORT_SYMBOL_GPL(ptp_classify_raw);
Dtimestamping.c17 return ptp_classify_raw(skb); in classify()
58 type = ptp_classify_raw(skb); in skb_defer_rx_timestamp()
/Linux-v5.15/include/linux/
Dptp_classify.h86 unsigned int ptp_classify_raw(const struct sk_buff *skb);
133 static inline unsigned int ptp_classify_raw(struct sk_buff *skb) in ptp_classify_raw() function
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpts.h137 unsigned int class = ptp_classify_raw(skb); in cpts_can_timestamp()
Dcpts.c448 unsigned int ptp_class = ptp_classify_raw(skb); in cpts_skb_get_mtype_seqid()
Dam65-cpts.c752 unsigned int ptp_class = ptp_classify_raw(skb); in am65_skb_get_mtype_seqid()
/Linux-v5.15/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c387 type = ptp_classify_raw(skb); in hellcreek_port_txtstamp()
/Linux-v5.15/net/dsa/
Ddsa.c212 type = ptp_classify_raw(skb); in dsa_skb_defer_rx_timestamp()
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c480 type = ptp_classify_raw(skb); in mv88e6xxx_port_txtstamp()
/Linux-v5.15/drivers/ptp/
Dptp_ines.c287 unsigned int class = ptp_classify_raw(skb), i; in ines_find_txts()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c29 ptp_class = ptp_classify_raw(skb); in bnxt_ptp_parse()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c320 ptp_class = ptp_classify_raw(skb); in mlxsw_sp_ptp_parse()
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c1349 type = ptp_classify_raw(skb); in felix_check_xtr_pkt()
/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c268 if (ptp_classify_raw(skb) != PTP_CLASS_V1_IPV4) in ixp_ptp_match()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c636 ptp_class = ptp_classify_raw(skb); in ocelot_port_txtstamp_request()
/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c113 if (ptp_classify_raw(skb) == PTP_CLASS_NONE) in pch_ptp_match()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc.c100 ptp_class = ptp_classify_raw(skb); in enetc_ptp_parse()
/Linux-v5.15/Documentation/networking/
Dtimestamping.rst650 drivers can use a BPF classifier (``ptp_classify_raw``) to identify
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c664 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4087 type = ptp_classify_raw(skb); in mvpp2_tx_hw_tstamp()