Lines Matching defs:sock
53 struct socket *sock; /* for closing */
156 if (flow->sock) {
158 file_count(flow->sock->file));
160 sockfd_put(flow->sock);
204 struct socket *sock;
253 sock = sockfd_lookup(fd, &error);
254 if (!sock)
256 pr_debug("atm_tc_change: f_count %ld\n", file_count(sock->file));
257 if (sock->ops->family != PF_ATMSVC && sock->ops->family != PF_ATMPVC) {
300 flow->sock = sock;
301 flow->vcc = ATM_SD(sock); /* speedup */
319 sockfd_put(sock);
560 p->link.sock = NULL;