sock.h (b9f40e21ef4298650ab33e35740fa85bd57706d5) | sock.h (09c2d251b70723650ba47e83571ff49281320f7c) |
---|---|
1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Definitions for the AF_INET socket handler. 7 * 8 * Version: @(#)sock.h 1.0.4 05/13/93 --- 266 unchanged lines hidden (view full) --- 275 * @sk_sndtimeo: %SO_SNDTIMEO setting 276 * @sk_rxhash: flow hash received from netif layer 277 * @sk_txhash: computed flow hash for use on transmit 278 * @sk_filter: socket filtering instructions 279 * @sk_protinfo: private area, net family specific, when not using slab 280 * @sk_timer: sock cleanup timer 281 * @sk_stamp: time stamp of last packet received 282 * @sk_tsflags: SO_TIMESTAMPING socket options | 1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Definitions for the AF_INET socket handler. 7 * 8 * Version: @(#)sock.h 1.0.4 05/13/93 --- 266 unchanged lines hidden (view full) --- 275 * @sk_sndtimeo: %SO_SNDTIMEO setting 276 * @sk_rxhash: flow hash received from netif layer 277 * @sk_txhash: computed flow hash for use on transmit 278 * @sk_filter: socket filtering instructions 279 * @sk_protinfo: private area, net family specific, when not using slab 280 * @sk_timer: sock cleanup timer 281 * @sk_stamp: time stamp of last packet received 282 * @sk_tsflags: SO_TIMESTAMPING socket options |
283 * @sk_tskey: counter to disambiguate concurrent tstamp requests |
|
283 * @sk_socket: Identd and reporting IO signals 284 * @sk_user_data: RPC layer private data 285 * @sk_frag: cached page frag 286 * @sk_peek_off: current peek_offset value 287 * @sk_send_head: front of stuff to transmit 288 * @sk_security: used by security modules 289 * @sk_mark: generic packet mark 290 * @sk_classid: this socket's cgroup classid --- 118 unchanged lines hidden (view full) --- 409 struct pid *sk_peer_pid; 410 const struct cred *sk_peer_cred; 411 long sk_rcvtimeo; 412 long sk_sndtimeo; 413 void *sk_protinfo; 414 struct timer_list sk_timer; 415 ktime_t sk_stamp; 416 u16 sk_tsflags; | 284 * @sk_socket: Identd and reporting IO signals 285 * @sk_user_data: RPC layer private data 286 * @sk_frag: cached page frag 287 * @sk_peek_off: current peek_offset value 288 * @sk_send_head: front of stuff to transmit 289 * @sk_security: used by security modules 290 * @sk_mark: generic packet mark 291 * @sk_classid: this socket's cgroup classid --- 118 unchanged lines hidden (view full) --- 410 struct pid *sk_peer_pid; 411 const struct cred *sk_peer_cred; 412 long sk_rcvtimeo; 413 long sk_sndtimeo; 414 void *sk_protinfo; 415 struct timer_list sk_timer; 416 ktime_t sk_stamp; 417 u16 sk_tsflags; |
418 u32 sk_tskey; |
|
417 struct socket *sk_socket; 418 void *sk_user_data; 419 struct page_frag sk_frag; 420 struct sk_buff *sk_send_head; 421 __s32 sk_peek_off; 422 int sk_write_pending; 423#ifdef CONFIG_SECURITY 424 void *sk_security; --- 1875 unchanged lines hidden --- | 419 struct socket *sk_socket; 420 void *sk_user_data; 421 struct page_frag sk_frag; 422 struct sk_buff *sk_send_head; 423 __s32 sk_peek_off; 424 int sk_write_pending; 425#ifdef CONFIG_SECURITY 426 void *sk_security; --- 1875 unchanged lines hidden --- |