logo
Published on KernelTrap (http://kerneltrap.org)

What does SOCK_ZAPPED mean?

By Eus
Created Jun 13 2008 - 00:38

SOCK_ZAPPED, which is defined in include/net/sock.h, is a status flag of a socket (struct sock) to indicate that the socket has a name assigned to it already (i.e., the socket is bound with bind()).

Archive: Linux Kernel's Networking Part (Networking Socket)


Source URL:
http://kerneltrap.org/node/16281