Searched refs:ip6_ext (Results 1 – 5 of 5) sorted by relevance
131 struct ip6_ext *eh; in inet6_option_append()137 eh = (struct ip6_ext *)(void *)CMSG_DATA(cmsg); in inet6_option_append()212 struct ip6_ext *eh; in inet6_option_alloc()217 eh = (struct ip6_ext *)(void *)CMSG_DATA(cmsg); in inet6_option_alloc()280 struct ip6_ext *ip6e; in inet6_option_next()293 if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext))) in inet6_option_next()339 struct ip6_ext *ip6e; in inet6_option_find()352 if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext))) in inet6_option_find()443 struct ip6_ext *ext = (struct ip6_ext *)extbuf; in inet6_opt_init()
107 struct ip6_ext { struct
1213 hlen = (((struct ip6_ext *)cp)->ip6e_len + 2) << 2; in get_udphdr()1214 nh = ((struct ip6_ext *)cp)->ip6e_nxt; in get_udphdr()1217 hlen = (((struct ip6_ext *)cp)->ip6e_len + 1) << 3; in get_udphdr()1218 nh = ((struct ip6_ext *)cp)->ip6e_nxt; in get_udphdr()
129 struct ip6_ext { struct
2496 hlen = (((struct ip6_ext *)cp)->ip6e_len+2) << 2; in pr_retip()2497 nh = ((struct ip6_ext *)cp)->ip6e_nxt; in pr_retip()