Home
last modified time | relevance | path

Searched refs:sk_prot (Results 1 – 5 of 5) sorted by relevance

/include/net/
Dtimewait_sock.h29 if (sk->sk_prot->twsk_prot->twsk_unique != NULL) in twsk_unique()
30 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
36 if (sk->sk_prot->twsk_prot->twsk_destructor != NULL) in twsk_destructor()
37 sk->sk_prot->twsk_prot->twsk_destructor(sk); in twsk_destructor()
Dsock.h336 #define sk_prot __sk_common.skc_prot macro
1078 atomic_inc(&sk->sk_prot->socks); in sk_refcnt_debug_inc()
1083 atomic_dec(&sk->sk_prot->socks); in sk_refcnt_debug_dec()
1085 sk->sk_prot->name, sk, atomic_read(&sk->sk_prot->socks)); in sk_refcnt_debug_dec()
1092 sk->sk_prot->name, sk, atomic_read(&sk->sk_refcnt)); in sk_refcnt_debug_release()
1105 return sk->sk_prot->stream_memory_free ? in sk_stream_memory_free()
1106 sk->sk_prot->stream_memory_free(sk) : true; in sk_stream_memory_free()
1128 return sk->sk_prot->memory_pressure != NULL; in sk_has_memory_pressure()
1133 if (!sk->sk_prot->memory_pressure) in sk_under_memory_pressure()
1140 return !!*sk->sk_prot->memory_pressure; in sk_under_memory_pressure()
[all …]
Drequest_sock.h99 req_to_sk(req)->sk_prot = sk_listener->sk_prot; in reqsk_alloc()
Dinet_sock.h283 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
Dtcp.h318 struct percpu_counter *ocp = sk->sk_prot->orphan_count; in tcp_too_many_orphans()