Home
last modified time | relevance | path

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

/linux/net/core/
H A Dptp_classifier.c119 ptr += IPV4_HLEN(ptr) + UDP_HLEN; in ptp_parse_header()
/linux/include/linux/
H A Dptp_classify.h57 #define IPV4_HLEN(data) (((struct iphdr *)(data + OFF_IHL))->ihl << 2) macro
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c87 IPV4_HLEN(skb->data)); in cxgb4_ptp_is_ptp_rx()
H A Dsge.c3504 offset = ETH_HLEN + IPV4_HLEN(skb->data) + UDP_HLEN; in t4_systim_to_hwstamp()