Lines Matching refs:sock
132 struct sock;
135 extern int ip6_mroute_setsockopt(struct sock *, int, char __user *, unsigned int);
136 extern int ip6_mroute_getsockopt(struct sock *, int, char __user *, int __user *);
138 extern int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg);
143 int ip6_mroute_setsockopt(struct sock *sock,
150 int ip6_mroute_getsockopt(struct sock *sock,
157 int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg)
233 extern struct sock *mroute6_socket(struct net *net, struct sk_buff *skb);
234 extern int ip6mr_sk_done(struct sock *sk);
236 static inline struct sock *mroute6_socket(struct net *net, struct sk_buff *skb)
240 static inline int ip6mr_sk_done(struct sock *sk)