• Home
  • Raw
  • Download

Lines Matching defs:sk

167 bool sk_ns_capable(const struct sock *sk,  in sk_ns_capable()
184 bool sk_capable(const struct sock *sk, int cap) in sk_capable()
199 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable()
304 void sk_set_memalloc(struct sock *sk) in sk_set_memalloc()
312 void sk_clear_memalloc(struct sock *sk) in sk_clear_memalloc()
329 int __sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in __sk_backlog_rcv()
348 void sk_error_report(struct sock *sk) in sk_error_report()
461 static bool sock_needs_netstamp(const struct sock *sk) in sock_needs_netstamp()
472 static void sock_disable_timestamp(struct sock *sk, unsigned long flags) in sock_disable_timestamp()
483 int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) in __sock_queue_rcv_skb()
518 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, in sock_queue_rcv_skb_reason()
548 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, in __sk_receive_skb()
596 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check()
614 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check()
630 static int sock_bindtoindex_locked(struct sock *sk, int ifindex) in sock_bindtoindex_locked()
660 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex()
674 static int sock_setbindtodevice(struct sock *sk, sockptr_t optval, int optlen) in sock_setbindtodevice()
722 static int sock_getbindtodevice(struct sock *sk, sockptr_t optval, in sock_getbindtodevice()
763 bool sk_mc_loop(struct sock *sk) in sk_mc_loop()
783 void sock_set_reuseaddr(struct sock *sk) in sock_set_reuseaddr()
791 void sock_set_reuseport(struct sock *sk) in sock_set_reuseport()
799 void sock_no_linger(struct sock *sk) in sock_no_linger()
808 void sock_set_priority(struct sock *sk, u32 priority) in sock_set_priority()
816 void sock_set_sndtimeo(struct sock *sk, s64 secs) in sock_set_sndtimeo()
827 static void __sock_set_timestamps(struct sock *sk, bool val, bool new, bool ns) in __sock_set_timestamps()
840 void sock_enable_timestamps(struct sock *sk) in sock_enable_timestamps()
848 void sock_set_timestamp(struct sock *sk, int optname, bool valbool) in sock_set_timestamp()
866 static int sock_timestamping_bind_phc(struct sock *sk, int phc_index) in sock_timestamping_bind_phc()
903 int sock_set_timestamping(struct sock *sk, int optname, in sock_set_timestamping()
953 void sock_set_keepalive(struct sock *sk) in sock_set_keepalive()
963 static void __sock_set_rcvbuf(struct sock *sk, int val) in __sock_set_rcvbuf()
984 void sock_set_rcvbuf(struct sock *sk, int val) in sock_set_rcvbuf()
992 static void __sock_set_mark(struct sock *sk, u32 val) in __sock_set_mark()
1000 void sock_set_mark(struct sock *sk, u32 val) in sock_set_mark()
1008 static void sock_release_reserved_memory(struct sock *sk, int bytes) in sock_release_reserved_memory()
1018 static int sock_reserve_memory(struct sock *sk, int bytes) in sock_reserve_memory()
1057 void sockopt_lock_sock(struct sock *sk) in sockopt_lock_sock()
1070 void sockopt_release_sock(struct sock *sk) in sockopt_release_sock()
1096 int sk_setsockopt(struct sock *sk, int level, int optname, in sk_setsockopt()
1565 static const struct cred *sk_get_peer_cred(struct sock *sk) in sk_get_peer_cred()
1604 int sk_getsockopt(struct sock *sk, int level, int optname, in sk_getsockopt()
2034 static inline void sock_lock_init(struct sock *sk) in sock_lock_init()
2087 struct sock *sk; in sk_prot_alloc() local
2120 static void sk_prot_free(struct proto *prot, struct sock *sk) in sk_prot_free()
2149 struct sock *sk; in sk_alloc() local
2189 struct sock *sk = container_of(head, struct sock, sk_rcu); in __sk_destruct() local
2229 void sk_destruct(struct sock *sk) in sk_destruct()
2244 static void __sk_free(struct sock *sk) in __sk_free()
2255 void sk_free(struct sock *sk) in sk_free()
2267 static void sk_init_common(struct sock *sk) in sk_init_common()
2295 struct sock *sk_clone_lock(const struct sock *sk, const gfp_t priority) in sk_clone_lock()
2415 void sk_free_unlock_clone(struct sock *sk) in sk_free_unlock_clone()
2425 static u32 sk_dst_gso_max_size(struct sock *sk, struct dst_entry *dst) in sk_dst_gso_max_size()
2443 void sk_setup_caps(struct sock *sk, struct dst_entry *dst) in sk_setup_caps()
2479 struct sock *sk = skb->sk; in sock_wfree() local
2517 struct sock *sk = skb->sk; in __sock_wfree() local
2523 void skb_set_owner_w(struct sk_buff *skb, struct sock *sk) in skb_set_owner_w()
2581 struct sock *sk = skb->sk; in sock_rfree() local
2611 kuid_t sock_i_uid(struct sock *sk) in sock_i_uid()
2622 unsigned long __sock_i_ino(struct sock *sk) in __sock_i_ino()
2633 unsigned long sock_i_ino(struct sock *sk) in sock_i_ino()
2647 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc()
2665 struct sock *sk = skb->sk; in sock_ofree() local
2670 struct sk_buff *sock_omalloc(struct sock *sk, unsigned long size, in sock_omalloc()
2693 void *sock_kmalloc(struct sock *sk, int size, gfp_t priority) in sock_kmalloc()
2717 static inline void __sock_kfree_s(struct sock *sk, void *mem, int size, in __sock_kfree_s()
2729 void sock_kfree_s(struct sock *sk, void *mem, int size) in sock_kfree_s()
2735 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s()
2744 static long sock_wait_for_wmem(struct sock *sk, long timeo) in sock_wait_for_wmem()
2773 struct sk_buff *sock_alloc_send_pskb(struct sock *sk, unsigned long header_len, in sock_alloc_send_pskb()
2817 int __sock_cmsg_send(struct sock *sk, struct cmsghdr *cmsg, in __sock_cmsg_send()
2861 int sock_cmsg_send(struct sock *sk, struct msghdr *msg, in sock_cmsg_send()
2880 static void sk_enter_memory_pressure(struct sock *sk) in sk_enter_memory_pressure()
2888 static void sk_leave_memory_pressure(struct sock *sk) in sk_leave_memory_pressure()
2947 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag) in sk_page_frag_refill()
2958 void __lock_sock(struct sock *sk) in __lock_sock()
2976 void __release_sock(struct sock *sk) in __release_sock()
3009 void __sk_flush_backlog(struct sock *sk) in __sk_flush_backlog()
3028 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb) in sk_wait_data()
3051 int __sk_mem_raise_allocated(struct sock *sk, int size, int amt, int kind) in __sk_mem_raise_allocated()
3147 int __sk_mem_schedule(struct sock *sk, int size, int kind) in __sk_mem_schedule()
3166 void __sk_mem_reduce_allocated(struct sock *sk, int amount) in __sk_mem_reduce_allocated()
3183 void __sk_mem_reclaim(struct sock *sk, int amount) in __sk_mem_reclaim()
3191 int sk_set_peek_off(struct sock *sk, int val) in sk_set_peek_off()
3262 int sock_no_sendmsg_locked(struct sock *sk, struct msghdr *m, size_t len) in sock_no_sendmsg_locked()
3301 static void sock_def_wakeup(struct sock *sk) in sock_def_wakeup()
3312 static void sock_def_error_report(struct sock *sk) in sock_def_error_report()
3324 void sock_def_readable(struct sock *sk) in sock_def_readable()
3339 static void sock_def_write_space(struct sock *sk) in sock_def_write_space()
3365 static void sock_def_write_space_wfree(struct sock *sk) in sock_def_write_space_wfree()
3384 static void sock_def_destruct(struct sock *sk) in sock_def_destruct()
3388 void sk_send_sigurg(struct sock *sk) in sk_send_sigurg()
3396 void sk_reset_timer(struct sock *sk, struct timer_list* timer, in sk_reset_timer()
3404 void sk_stop_timer(struct sock *sk, struct timer_list* timer) in sk_stop_timer()
3411 void sk_stop_timer_sync(struct sock *sk, struct timer_list *timer) in sk_stop_timer_sync()
3418 void sock_init_data_uid(struct socket *sock, struct sock *sk, kuid_t uid) in sock_init_data_uid()
3501 void sock_init_data(struct socket *sock, struct sock *sk) in sock_init_data()
3511 void lock_sock_nested(struct sock *sk, int subclass) in lock_sock_nested()
3525 void release_sock(struct sock *sk) in release_sock()
3544 bool __lock_sock_fast(struct sock *sk) __acquires(&sk->sk_lock.slock) in __lock_sock_fast()
3579 struct sock *sk = sock->sk; in sock_gettstamp() local
3615 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag) in sock_enable_timestamp()
3632 int sock_recv_errqueue(struct sock *sk, struct msghdr *msg, int len, in sock_recv_errqueue()
3678 struct sock *sk = sock->sk; in sock_common_getsockopt() local
3688 struct sock *sk = sock->sk; in sock_common_recvmsg() local
3705 struct sock *sk = sock->sk; in sock_common_setsockopt() local
3712 void sk_common_release(struct sock *sk) in sk_common_release()
3747 void sk_get_meminfo(const struct sock *sk, u32 *mem) in sk_get_meminfo()
4138 struct sock *sk = p; in sk_busy_loop_end() local
4152 int sock_bind_add(struct sock *sk, struct sockaddr *addr, int addr_len) in sock_bind_add()
4161 int sock_ioctl_inout(struct sock *sk, unsigned int cmd, in sock_ioctl_inout()
4184 static int sock_ioctl_out(struct sock *sk, unsigned int cmd, void __user *arg) in sock_ioctl_out()
4200 int sk_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in sk_ioctl()