Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.c46 int eth_len = (CHELSIO_CHIP_VERSION(type) <= CHELSIO_T5) ? in cxgb_get_4tuple() local
52 struct iphdr *ip = (struct iphdr *)((u8 *)(req + 1) + eth_len); in cxgb_get_4tuple()
53 struct ipv6hdr *ip6 = (struct ipv6hdr *)((u8 *)(req + 1) + eth_len); in cxgb_get_4tuple()
55 ((u8 *)(req + 1) + eth_len + ip_len); in cxgb_get_4tuple()