Query: struct_socket
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTSOCKET(9) Linux Networking STRUCT SOCKET(9)NAMEstruct_socket - general BSD socketSYNOPSISstruct socket { socket_state state; short type; unsigned long flags; struct socket_wq __rcu * wq; struct file * file; struct sock * sk; const struct proto_ops * ops; };MEMBERSstate socket state (SS_CONNECTED, etc) type socket type (SOCK_STREAM, etc) flags socket flags (SOCK_ASYNC_NOSPACE, etc) wq wait queue for several uses file File back pointer for gc sk internal networking protocol agnostic socket representation ops protocol specific socket operationsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT SOCKET(9)
Related Man Pages |
---|
ipsec_pf_key(5) - centos |
struct_cfg80211_bss(9) - centos |
struct_cfg80211_scan_request(9) - centos |
struct_i2c_board_info(9) - centos |
ipsec_pf_key(5) - debian |
Similar Topics in the Unix Linux Community |
---|
error: field `fatx_i' has incomplete type |
Passing socket struct between kernel threads - module programming |