Lines Matching refs:sock
287 * In the struct sock hierarchy (tcp6_sock, upd6_sock, etc)
289 * is able to calculate its offset from the base struct sock
405 extern int inet6_sk_rebuild_header(struct sock *sk);
408 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk)
437 static inline struct raw6_sock *raw6_sk(const struct sock *sk)
442 static inline void inet_sk_copy_descendant(struct sock *sk_to,
443 const struct sock *sk_from)
472 static inline struct inet6_timewait_sock *inet6_twsk(const struct sock *sk)
478 static inline struct in6_addr *__inet6_rcv_saddr(const struct sock *sk)
484 static inline struct in6_addr *inet6_rcv_saddr(const struct sock *sk)
489 static inline int inet_v6_ipv6only(const struct sock *sk)
498 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk)
509 static inline struct raw6_sock *raw6_sk(const struct sock *sk)