Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 33) sorted by relevance

12

/net/ax25/
DKconfig40 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/
Daf_inet.c851 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/
Daf_iucv.c1553 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/
DKconfig41 For information on how to use CONFIG_DNS_RESOLVER consult
/net/smc/
Daf_smc.c1652 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/
Dpvc.c22 static int pvc_shutdown(struct socket *sock, int how) in pvc_shutdown() argument
Dsvc.c41 static int svc_shutdown(struct socket *sock, int how) in svc_shutdown() argument
/net/caif/
DKconfig22 See Documentation/networking/caif for a further explanation on how to
/net/
Dsocket.c1307 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()
DKconfig102 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/
Dproto.c1095 void dccp_shutdown(struct sock *sk, int how) in dccp_shutdown() argument
1097 dccp_pr_debug("called shutdown(%x)\n", how); in dccp_shutdown()
Ddccp.h314 void dccp_shutdown(struct sock *sk, int how);
/net/llc/
Daf_llc.c415 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/
Ddn_route.c109 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()
Daf_decnet.c1291 static int dn_shutdown(struct socket *sock, int how) in dn_shutdown() argument
1310 if (how != SHUT_RDWR) in dn_shutdown()
/net/bridge/netfilter/
DKconfig36 through your machine, in order to figure out how they are related
/net/wireless/
DKconfig143 on how relaxation can occur. This feature has an inherent dependency on
/net/ipv6/
Daddrconf.c167 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/
DKconfig232 which can effect how the packet is routed.
/net/ipv4/netfilter/
DKconfig260 which can effect how the packet is routed.
/net/netfilter/
DKconfig65 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/
Dsock.c912 static int rfcomm_sock_shutdown(struct socket *sock, int how) in rfcomm_sock_shutdown() argument
/net/bluetooth/
Dsco.c968 static int sco_sock_shutdown(struct socket *sock, int how) in sco_sock_shutdown() argument
Dl2cap_sock.c1106 static int l2cap_sock_shutdown(struct socket *sock, int how) in l2cap_sock_shutdown() argument
/net/netfilter/ipvs/
DKconfig70 each hash entry uses 8 bytes, so you can estimate how much memory is

12