OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipv6_pinfo
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
ipv6.h
285
* struct
ipv6_pinfo
- ipv6 private area
292
struct
ipv6_pinfo
{
struct
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
);
[
all
...]
Completed in 44 milliseconds