Lines Matching full:ipv6_pinfo
285 * struct ipv6_pinfo - ipv6 private area
292 struct ipv6_pinfo {
389 /* ipv6_pinfo has to be the last member of raw6_sock, see inet6_sk_generic */
390 struct ipv6_pinfo inet6;
395 /* ipv6_pinfo has to be the last member of udp6_sock, see inet6_sk_generic */
396 struct ipv6_pinfo inet6;
401 /* ipv6_pinfo has to be the last member of tcp6_sock, see inet6_sk_generic */
402 struct ipv6_pinfo inet6;
408 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk)
448 ancestor_size += sizeof(struct ipv6_pinfo);
498 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk)