Searched refs:ptp_parse_header (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/net/core/ |
D | ptp_classifier.c | 110 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type) in ptp_parse_header() function 138 EXPORT_SYMBOL_GPL(ptp_parse_header);
|
/Linux-v5.10/include/linux/ |
D | ptp_classify.h | 96 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type); 132 static inline struct ptp_header *ptp_parse_header(struct sk_buff *skb, in ptp_parse_header() function
|
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/ |
D | hwtstamp.c | 227 hdr = ptp_parse_header(skb, type); in mv88e6xxx_should_tstamp() 251 hdr = ptp_parse_header(skb, type); in seq_match()
|
/Linux-v5.10/drivers/ptp/ |
D | ptp_ines.c | 451 hdr = ptp_parse_header(skb, ptp_class); in ines_match() 680 hdr = ptp_parse_header(skb, type); in is_sync_pdelay_resp()
|
/Linux-v5.10/drivers/net/phy/ |
D | dp83640.c | 812 hdr = ptp_parse_header(skb, type); in match() 969 hdr = ptp_parse_header(skb, type); in is_sync()
|
/Linux-v5.10/drivers/net/ethernet/ti/ |
D | cpts.c | 456 hdr = ptp_parse_header(skb, ptp_class); in cpts_skb_get_mtype_seqid()
|
D | am65-cpts.c | 760 hdr = ptp_parse_header(skb, ptp_class); in am65_skb_get_mtype_seqid()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 330 hdr = ptp_parse_header(skb, ptp_class); in mlxsw_sp_ptp_parse()
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 633 hdr = ptp_parse_header(skb, ptp_class); in dpaa2_eth_ptp_parse()
|
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 3700 hdr = ptp_parse_header(skb, type); in mvpp2_tx_hw_tstamp()
|