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

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

Completed in 278 milliseconds