Lines Matching defs:sk
71 static void raw_v4_hash(struct sock *sk) in raw_v4_hash()
85 static void raw_v4_unhash(struct sock *sk) in raw_v4_unhash()
99 struct sock *__raw_v4_lookup(struct sock *sk, unsigned short num, in __raw_v4_lookup()
119 static __inline__ int icmp_filter(struct sock *sk, struct sk_buff *skb) in icmp_filter()
143 struct sock *sk; in raw_v4_input() local
177 void raw_err (struct sock *sk, struct sk_buff *skb, u32 info) in raw_err()
231 static int raw_rcv_skb(struct sock * sk, struct sk_buff * skb) in raw_rcv_skb()
245 int raw_rcv(struct sock *sk, struct sk_buff *skb) in raw_rcv()
305 static int raw_sendmsg(struct sock *sk, struct msghdr *msg, int len) in raw_sendmsg()
447 static void raw_close(struct sock *sk, long timeout) in raw_close()
458 static int raw_bind(struct sock *sk, struct sockaddr *uaddr, int addr_len) in raw_bind()
484 int raw_recvmsg(struct sock *sk, struct msghdr *msg, int len, in raw_recvmsg()
534 static int raw_init(struct sock *sk) in raw_init()
542 static int raw_seticmpfilter(struct sock *sk, char *optval, int optlen) in raw_seticmpfilter()
551 static int raw_geticmpfilter(struct sock *sk, char *optval, int *optlen) in raw_geticmpfilter()
570 static int raw_setsockopt(struct sock *sk, int level, int optname, in raw_setsockopt()
585 static int raw_getsockopt(struct sock *sk, int level, int optname, in raw_getsockopt()
600 static int raw_ioctl(struct sock *sk, int cmd, unsigned long arg) in raw_ioctl()
659 struct sock *sk; in raw_get_info() local