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()
320 static void rawv6_err(struct sock *sk, struct sk_buff *skb, in rawv6_err()
362 struct sock *sk; in raw6_icmp_error() local
388 static inline int rawv6_rcv_skb(struct sock *sk, struct sk_buff *skb) in rawv6_rcv_skb()
414 int rawv6_rcv(struct sock *sk, struct sk_buff *skb) in rawv6_rcv()
460 static int rawv6_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in rawv6_recvmsg()
537 static int rawv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6, in rawv6_push_pending_frames()
612 static int rawv6_send_hdrinc(struct sock *sk, struct msghdr *msg, int length, in rawv6_send_hdrinc()
734 static int rawv6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in rawv6_sendmsg()
922 static int rawv6_seticmpfilter(struct sock *sk, int level, int optname, in rawv6_seticmpfilter()
939 static int rawv6_geticmpfilter(struct sock *sk, int level, int optname, in rawv6_geticmpfilter()
965 static int do_rawv6_setsockopt(struct sock *sk, int level, int optname, in do_rawv6_setsockopt()
1007 static int rawv6_setsockopt(struct sock *sk, int level, int optname, in rawv6_setsockopt()
1029 static int compat_rawv6_setsockopt(struct sock *sk, int level, int optname, in compat_rawv6_setsockopt()
1050 static int do_rawv6_getsockopt(struct sock *sk, int level, int optname, in do_rawv6_getsockopt()
1085 static int rawv6_getsockopt(struct sock *sk, int level, int optname, in rawv6_getsockopt()
1107 static int compat_rawv6_getsockopt(struct sock *sk, int level, int optname, in compat_rawv6_getsockopt()
1128 static int rawv6_ioctl(struct sock *sk, int cmd, unsigned long arg) in rawv6_ioctl()
1159 static int compat_rawv6_ioctl(struct sock *sk, unsigned int cmd, unsigned long arg) in compat_rawv6_ioctl()
1175 static void rawv6_close(struct sock *sk, long timeout) in rawv6_close()
1183 static void raw6_destroy(struct sock *sk) in raw6_destroy()
1192 static int rawv6_init_sk(struct sock *sk) in rawv6_init_sk()