Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dptp_classifier.c119 ptr += IPV4_HLEN(ptr) + UDP_HLEN; in ptp_parse_header()
/openbmc/linux/include/linux/
H A Dptp_classify.h57 #define IPV4_HLEN(data) (((struct iphdr *)(data + OFF_IHL))->ihl << 2) macro
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c87 IPV4_HLEN(skb->data)); in cxgb4_ptp_is_ptp_rx()
H A Dsge.c3517 offset = ETH_HLEN + IPV4_HLEN(skb->data) + UDP_HLEN; in t4_systim_to_hwstamp()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c286 offset = ETH_HLEN + IPV4_HLEN(data) + UDP_HLEN; in ixp_ptp_match()
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c114 offset = ETH_HLEN + IPV4_HLEN(data) + UDP_HLEN; in pch_ptp_match()