/net/ax25/ |
D | Kconfig | 40 radio as well as information about how to configure an AX.25 port is 88 users as well as information about how to configure an AX.25 port is 107 users as well as information about how to configure an AX.25 port is
|
/net/ipv4/ |
D | af_inet.c | 851 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() argument 859 how++; /* maps 0->1 has the advantage of making bit 1 rcvs and in inet_shutdown() 862 if ((how & ~SHUTDOWN_MASK) || !how) /* MAXINT->0 */ in inet_shutdown() 881 sk->sk_shutdown |= how; in inet_shutdown() 883 sk->sk_prot->shutdown(sk, how); in inet_shutdown() 891 if (!(how & RCV_SHUTDOWN)) in inet_shutdown()
|
/net/iucv/ |
D | af_iucv.c | 1553 static int iucv_sock_shutdown(struct socket *sock, int how) in iucv_sock_shutdown() argument 1560 how++; in iucv_sock_shutdown() 1562 if ((how & ~SHUTDOWN_MASK) || !how) in iucv_sock_shutdown() 1577 if (how == SEND_SHUTDOWN || how == SHUTDOWN_MASK) { in iucv_sock_shutdown() 1600 sk->sk_shutdown |= how; in iucv_sock_shutdown() 1601 if (how == RCV_SHUTDOWN || how == SHUTDOWN_MASK) { in iucv_sock_shutdown()
|
/net/ceph/ |
D | Kconfig | 41 For information on how to use CONFIG_DNS_RESOLVER consult
|
/net/smc/ |
D | af_smc.c | 1652 static int smc_shutdown(struct socket *sock, int how) in smc_shutdown() argument 1661 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown() 1675 rc = kernel_sock_shutdown(smc->clcsock, how); in smc_shutdown() 1681 switch (how) { in smc_shutdown() 1694 rc1 = kernel_sock_shutdown(smc->clcsock, how); in smc_shutdown() 1696 sk->sk_shutdown |= how + 1; in smc_shutdown()
|
/net/atm/ |
D | pvc.c | 22 static int pvc_shutdown(struct socket *sock, int how) in pvc_shutdown() argument
|
D | svc.c | 41 static int svc_shutdown(struct socket *sock, int how) in svc_shutdown() argument
|
/net/caif/ |
D | Kconfig | 22 See Documentation/networking/caif for a further explanation on how to
|
/net/ |
D | socket.c | 1307 int sock_wake_async(struct socket_wq *wq, int how, int band) in sock_wake_async() argument 1312 switch (how) { in sock_wake_async() 2152 int __sys_shutdown(int fd, int how) in __sys_shutdown() argument 2159 err = security_socket_shutdown(sock, how); in __sys_shutdown() 2161 err = sock->ops->shutdown(sock, how); in __sys_shutdown() 2167 SYSCALL_DEFINE2(shutdown, int, fd, int, how) in SYSCALL_DEFINE2() argument 2169 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2() 3803 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) in kernel_sock_shutdown() argument 3805 return sock->ops->shutdown(sock, how); in kernel_sock_shutdown()
|
D | Kconfig | 102 If you are unsure how to answer this question, answer N. 115 If you are unsure how to answer this question, answer N. 342 Documentation on how to use the packet generator can be found
|
/net/dccp/ |
D | proto.c | 1095 void dccp_shutdown(struct sock *sk, int how) in dccp_shutdown() argument 1097 dccp_pr_debug("called shutdown(%x)\n", how); in dccp_shutdown()
|
D | dccp.h | 314 void dccp_shutdown(struct sock *sk, int how);
|
/net/llc/ |
D | af_llc.c | 415 static int llc_ui_shutdown(struct socket *sock, int how) in llc_ui_shutdown() argument 424 if (how != 2) in llc_ui_shutdown()
|
/net/decnet/ |
D | dn_route.c | 109 static void dn_dst_ifdown(struct dst_entry *, struct net_device *dev, int how); 156 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) in dn_dst_ifdown() argument 158 if (how) { in dn_dst_ifdown()
|
D | af_decnet.c | 1291 static int dn_shutdown(struct socket *sock, int how) in dn_shutdown() argument 1310 if (how != SHUT_RDWR) in dn_shutdown()
|
/net/bridge/netfilter/ |
D | Kconfig | 36 through your machine, in order to figure out how they are related
|
/net/wireless/ |
D | Kconfig | 143 on how relaxation can occur. This feature has an inherent dependency on
|
/net/ipv6/ |
D | addrconf.c | 167 static int addrconf_ifdown(struct net_device *dev, int how); 3719 static int addrconf_ifdown(struct net_device *dev, int how) in addrconf_ifdown() argument 3721 unsigned long event = how ? NETDEV_UNREGISTER : NETDEV_DOWN; in addrconf_ifdown() 3740 if (how) { in addrconf_ifdown() 3754 if (!how && !idev->cnf.disable_ipv6) { in addrconf_ifdown() 3792 if (!how) in addrconf_ifdown() 3862 if (how) { in addrconf_ifdown() 3872 if (how) { in addrconf_ifdown()
|
/net/ipv6/netfilter/ |
D | Kconfig | 232 which can effect how the packet is routed.
|
/net/ipv4/netfilter/ |
D | Kconfig | 260 which can effect how the packet is routed.
|
/net/netfilter/ |
D | Kconfig | 65 through your machine, in order to figure out how they are related 350 on how restrictive your ruleset is. 1053 and use policy routing. For more information on how to set it up 1506 It logs similarly to how ipt_ULOG would without data.
|
/net/bluetooth/rfcomm/ |
D | sock.c | 912 static int rfcomm_sock_shutdown(struct socket *sock, int how) in rfcomm_sock_shutdown() argument
|
/net/bluetooth/ |
D | sco.c | 968 static int sco_sock_shutdown(struct socket *sock, int how) in sco_sock_shutdown() argument
|
D | l2cap_sock.c | 1106 static int l2cap_sock_shutdown(struct socket *sock, int how) in l2cap_sock_shutdown() argument
|
/net/netfilter/ipvs/ |
D | Kconfig | 70 each hash entry uses 8 bytes, so you can estimate how much memory is
|