Lines Matching defs:__sk_common

252   *	@__sk_common: shared layout with inet_timewait_sock
360 * don't add nothing before this first member (__sk_common) --acme
362 struct sock_common __sk_common;
363 #define sk_node __sk_common.skc_node
364 #define sk_nulls_node __sk_common.skc_nulls_node
365 #define sk_refcnt __sk_common.skc_refcnt
366 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping
368 #define sk_rx_queue_mapping __sk_common.skc_rx_queue_mapping
371 #define sk_dontcopy_begin __sk_common.skc_dontcopy_begin
372 #define sk_dontcopy_end __sk_common.skc_dontcopy_end
373 #define sk_hash __sk_common.skc_hash
374 #define sk_portpair __sk_common.skc_portpair
375 #define sk_num __sk_common.skc_num
376 #define sk_dport __sk_common.skc_dport
377 #define sk_addrpair __sk_common.skc_addrpair
378 #define sk_daddr __sk_common.skc_daddr
379 #define sk_rcv_saddr __sk_common.skc_rcv_saddr
380 #define sk_family __sk_common.skc_family
381 #define sk_state __sk_common.skc_state
382 #define sk_reuse __sk_common.skc_reuse
383 #define sk_reuseport __sk_common.skc_reuseport
384 #define sk_ipv6only __sk_common.skc_ipv6only
385 #define sk_net_refcnt __sk_common.skc_net_refcnt
386 #define sk_bound_dev_if __sk_common.skc_bound_dev_if
387 #define sk_bind_node __sk_common.skc_bind_node
388 #define sk_prot __sk_common.skc_prot
389 #define sk_net __sk_common.skc_net
390 #define sk_v6_daddr __sk_common.skc_v6_daddr
391 #define sk_v6_rcv_saddr __sk_common.skc_v6_rcv_saddr
392 #define sk_cookie __sk_common.skc_cookie
393 #define sk_incoming_cpu __sk_common.skc_incoming_cpu
394 #define sk_flags __sk_common.skc_flags
395 #define sk_rxhash __sk_common.skc_rxhash