Searched refs:how (Results 1 - 25 of 27) sorted by relevance

12

/net/tipc/
H A DKconfig29 Specifies how many ports can be supported by a node.
H A Dsocket.c2046 * @how: direction to close (must be SHUT_RDWR)
2052 static int tipc_shutdown(struct socket *sock, int how) argument
2060 if (how != SHUT_RDWR)
/net/caif/
H A DKconfig21 See Documentation/networking/caif for a further explanation on how to
/net/atm/
H A Dpvc.c21 static int pvc_shutdown(struct socket *sock, int how) argument
H A Dsvc.c40 static int svc_shutdown(struct socket *sock, int how) argument
/net/
H A DKconfig105 If you are unsure how to answer this question, answer N.
118 If you are unsure how to answer this question, answer N.
320 Documentation on how to use the packet generator can be found
335 Documentation on how to use TCP connection probing can be found
H A Dsocket.c1219 int sock_wake_async(struct socket *sock, int how, int band) argument
1231 switch (how) {
1964 SYSCALL_DEFINE2(shutdown, int, fd, int, how)
1971 err = security_socket_shutdown(sock, how);
1973 err = sock->ops->shutdown(sock, how);
3471 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) argument
3473 return sock->ops->shutdown(sock, how);
/net/ipv4/netfilter/
H A DKconfig19 through your machine, in order to figure out how they are related
295 which can effect how the packet is routed.
/net/ipv6/netfilter/
H A DKconfig19 through your machine, in order to figure out how they are related
244 which can effect how the packet is routed.
/net/ipv4/
H A Daf_inet.c787 int inet_shutdown(struct socket *sock, int how) argument
795 how++; /* maps 0->1 has the advantage of making bit 1 rcvs and
798 if ((how & ~SHUTDOWN_MASK) || !how) /* MAXINT->0 */
816 sk->sk_shutdown |= how;
818 sk->sk_prot->shutdown(sk, how);
826 if (!(how & RCV_SHUTDOWN))
H A Dtcp.c138 * between specifications and how BSD
487 * Actually, it is interesting to look how Solaris and DUX
1822 /* Ok so how much can we use? */
2007 void tcp_shutdown(struct sock *sk, int how) argument
2013 if (!(how & SEND_SHUTDOWN))
/net/iucv/
H A Daf_iucv.c1496 static int iucv_sock_shutdown(struct socket *sock, int how) argument
1503 how++;
1505 if ((how & ~SHUTDOWN_MASK) || !how)
1520 if (how == SEND_SHUTDOWN || how == SHUTDOWN_MASK) {
1543 sk->sk_shutdown |= how;
1544 if (how == RCV_SHUTDOWN || how == SHUTDOWN_MASK) {
2168 how shoul
[all...]
/net/dccp/
H A Ddccp.h74 #define DCCP_TIMEWAIT_LEN (60 * HZ) /* how long to wait to destroy TIME-WAIT
318 void dccp_shutdown(struct sock *sk, int how);
H A Dproto.c1078 void dccp_shutdown(struct sock *sk, int how) argument
1080 dccp_pr_debug("called shutdown(%x)\n", how);
/net/llc/
H A Daf_llc.c389 * @how: What part of the socket to shutdown.
397 static int llc_ui_shutdown(struct socket *sock, int how) argument
406 if (how != 2)
816 /* Ok so how much can we use? */
/net/decnet/
H A Ddn_route.c117 static void dn_dst_ifdown(struct dst_entry *, struct net_device *dev, int how);
164 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) argument
166 if (how) {
H A Daf_decnet.c1297 static int dn_shutdown(struct socket *sock, int how) argument
1316 if (how != SHUT_RDWR)
/net/ipv6/
H A Daddrconf.c149 static int addrconf_ifdown(struct net_device *dev, int how);
3095 static int addrconf_ifdown(struct net_device *dev, int how) argument
3115 if (how) {
3147 if (!how)
3150 if (how && del_timer(&idev->regen_timer))
3196 if (how) {
3206 if (how) {
H A Droute.c83 struct net_device *dev, int how);
345 int how)
344 ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) argument
/net/bluetooth/rfcomm/
H A Dsock.c906 static int rfcomm_sock_shutdown(struct socket *sock, int how) argument
/net/bluetooth/
H A Dsco.c957 static int sco_sock_shutdown(struct socket *sock, int how) argument
H A Dl2cap_sock.c1084 static int l2cap_sock_shutdown(struct socket *sock, int how) argument
/net/sched/
H A DKconfig12 disciplines, several different algorithms for how to do this
/net/ax25/
H A Daf_ax25.c1674 static int ax25_shutdown(struct socket *sk, int how) argument
/net/irda/
H A Daf_irda.c1355 /* Tell client how much data we actually sent */
1370 * after being read, regardless of how much the user actually read
1719 * Function irda_shutdown (sk, how)
1721 static int irda_shutdown(struct socket *sock, int how) argument

Completed in 353 milliseconds

12