Lines Matching defs:sk

72 static struct sock *__raw_v6_lookup(struct net *net, struct sock *sk,  in __raw_v6_lookup()
110 static int icmpv6_filter(const struct sock *sk, const struct sk_buff *skb) in icmpv6_filter()
162 struct sock *sk; in ipv6_raw_deliver() local
242 static int rawv6_bind(struct sock *sk, struct sockaddr *uaddr, int addr_len) in rawv6_bind()
319 static void rawv6_err(struct sock *sk, struct sk_buff *skb, in rawv6_err()
361 struct sock *sk; in raw6_icmp_error() local
387 static inline int rawv6_rcv_skb(struct sock *sk, struct sk_buff *skb) in rawv6_rcv_skb()
413 int rawv6_rcv(struct sock *sk, struct sk_buff *skb) in rawv6_rcv()
459 static int rawv6_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in rawv6_recvmsg()
536 static int rawv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6, in rawv6_push_pending_frames()
611 static int rawv6_send_hdrinc(struct sock *sk, struct msghdr *msg, int length, in rawv6_send_hdrinc()
732 static int rawv6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in rawv6_sendmsg()
917 static int rawv6_seticmpfilter(struct sock *sk, int level, int optname, in rawv6_seticmpfilter()
934 static int rawv6_geticmpfilter(struct sock *sk, int level, int optname, in rawv6_geticmpfilter()
960 static int do_rawv6_setsockopt(struct sock *sk, int level, int optname, in do_rawv6_setsockopt()
1002 static int rawv6_setsockopt(struct sock *sk, int level, int optname, in rawv6_setsockopt()
1024 static int compat_rawv6_setsockopt(struct sock *sk, int level, int optname, in compat_rawv6_setsockopt()
1045 static int do_rawv6_getsockopt(struct sock *sk, int level, int optname, in do_rawv6_getsockopt()
1080 static int rawv6_getsockopt(struct sock *sk, int level, int optname, in rawv6_getsockopt()
1102 static int compat_rawv6_getsockopt(struct sock *sk, int level, int optname, in compat_rawv6_getsockopt()
1123 static int rawv6_ioctl(struct sock *sk, int cmd, unsigned long arg) in rawv6_ioctl()
1154 static int compat_rawv6_ioctl(struct sock *sk, unsigned int cmd, unsigned long arg) in compat_rawv6_ioctl()
1170 static void rawv6_close(struct sock *sk, long timeout) in rawv6_close()
1178 static void raw6_destroy(struct sock *sk) in raw6_destroy()
1187 static int rawv6_init_sk(struct sock *sk) in rawv6_init_sk()