Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/common/include/proto/
Dbcmip.h170 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
172 BWL_PRE_PACKED_STRUCT struct ipv6_exthdr { struct
188 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; in ipv6_exthdr_len() argument
201 eh = (struct ipv6_exthdr *)(h + len); in ipv6_exthdr_len()