Searched refs:inet_shutdown (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | inet_common.h | 34 int inet_shutdown(struct socket *sock, int how);
  | 
| /Linux-v5.4/net/ipv4/ | 
| D | af_inet.c | 847 int inet_shutdown(struct socket *sock, int how)  in inet_shutdown()  function 901 EXPORT_SYMBOL(inet_shutdown); 996 	.shutdown	   = inet_shutdown, 1032 	.shutdown	   = inet_shutdown, 1065 	.shutdown	   = inet_shutdown,
  | 
| /Linux-v5.4/net/ipv6/ | 
| D | af_inet6.c | 613 	.shutdown	   = inet_shutdown,		/* ok		*/ 647 	.shutdown	   = inet_shutdown,		/* ok		*/
  | 
| D | raw.c | 1372 	.shutdown	   = inet_shutdown,		/* ok		*/
  | 
| /Linux-v5.4/net/l2tp/ | 
| D | l2tp_ip.c | 619 	.shutdown	   = inet_shutdown,
  | 
| D | l2tp_ip6.c | 753 	.shutdown	   = inet_shutdown,
  | 
| /Linux-v5.4/net/dccp/ | 
| D | ipv4.c | 993 	.shutdown	   = inet_shutdown,
  | 
| D | ipv6.c | 1077 	.shutdown	   = inet_shutdown,
  | 
| /Linux-v5.4/net/sctp/ | 
| D | ipv6.c | 1020 	.shutdown	   = inet_shutdown,
  | 
| D | protocol.c | 1016 	.shutdown	   = inet_shutdown,	/* Looks harmless.  */
  |