Lines Matching refs:sock
22 struct sock;
25 extern int ip6_mroute_setsockopt(struct sock *, int, char __user *, unsigned int);
26 extern int ip6_mroute_getsockopt(struct sock *, int, char __user *, int __user *);
28 extern int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg);
29 extern int ip6mr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
34 int ip6_mroute_setsockopt(struct sock *sock, in ip6_mroute_setsockopt() argument
41 int ip6_mroute_getsockopt(struct sock *sock, in ip6_mroute_getsockopt() argument
48 int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg) in ip6mr_ioctl()
121 extern struct sock *mroute6_socket(struct net *net, struct sk_buff *skb);
122 extern int ip6mr_sk_done(struct sock *sk);
124 static inline struct sock *mroute6_socket(struct net *net, struct sk_buff *skb) in mroute6_socket()
128 static inline int ip6mr_sk_done(struct sock *sk) in ip6mr_sk_done()