Lines Matching refs:sock
1507 int (*netlink_send)(struct sock *sk, struct sk_buff *skb);
1524 int (*unix_stream_connect)(struct sock *sock, struct sock *other,
1525 struct sock *newsk);
1526 int (*unix_may_send)(struct socket *sock, struct socket *other);
1529 int (*socket_post_create)(struct socket *sock, int family, int type,
1531 int (*socket_bind)(struct socket *sock, struct sockaddr *address,
1533 int (*socket_connect)(struct socket *sock, struct sockaddr *address,
1535 int (*socket_listen)(struct socket *sock, int backlog);
1536 int (*socket_accept)(struct socket *sock, struct socket *newsock);
1537 int (*socket_sendmsg)(struct socket *sock, struct msghdr *msg,
1539 int (*socket_recvmsg)(struct socket *sock, struct msghdr *msg,
1541 int (*socket_getsockname)(struct socket *sock);
1542 int (*socket_getpeername)(struct socket *sock);
1543 int (*socket_getsockopt)(struct socket *sock, int level, int optname);
1544 int (*socket_setsockopt)(struct socket *sock, int level, int optname);
1545 int (*socket_shutdown)(struct socket *sock, int how);
1546 int (*socket_sock_rcv_skb)(struct sock *sk, struct sk_buff *skb);
1547 int (*socket_getpeersec_stream)(struct socket *sock,
1550 int (*socket_getpeersec_dgram)(struct socket *sock,
1552 int (*sk_alloc_security)(struct sock *sk, int family, gfp_t priority);
1553 void (*sk_free_security)(struct sock *sk);
1554 void (*sk_clone_security)(const struct sock *sk, struct sock *newsk);
1555 void (*sk_getsecid)(struct sock *sk, u32 *secid);
1556 void (*sock_graft)(struct sock *sk, struct socket *parent);
1557 int (*inet_conn_request)(struct sock *sk, struct sk_buff *skb,
1559 void (*inet_csk_clone)(struct sock *newsk,
1561 void (*inet_conn_established)(struct sock *sk, struct sk_buff *skb);
1571 int (*tun_dev_attach)(struct sock *sk, void *security);