Searched refs:sk_prot (Results 1 – 3 of 3) sorted by relevance
28 if (sk->sk_prot->twsk_prot->twsk_unique != NULL) in twsk_unique()29 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()36 BUG_ON(sk->sk_prot == NULL); in twsk_destructor()37 BUG_ON(sk->sk_prot->twsk_prot == NULL); in twsk_destructor()38 if (sk->sk_prot->twsk_prot->twsk_destructor != NULL) in twsk_destructor()39 sk->sk_prot->twsk_prot->twsk_destructor(sk); in twsk_destructor()
219 #define sk_prot __sk_common.skc_prot macro696 atomic_inc(&sk->sk_prot->socks); in sk_refcnt_debug_inc()701 atomic_dec(&sk->sk_prot->socks); in sk_refcnt_debug_dec()703 sk->sk_prot->name, sk, atomic_read(&sk->sk_prot->socks)); in sk_refcnt_debug_dec()710 sk->sk_prot->name, sk, atomic_read(&sk->sk_refcnt)); in sk_refcnt_debug_release()736 sk->sk_prot->unhash(sk); in __sk_prot_rehash()737 sk->sk_prot->hash(sk); in __sk_prot_rehash()812 return !!sk->sk_prot->memory_allocated; in sk_has_account()1294 sk->sk_prot->enter_memory_pressure(sk); in sk_stream_alloc_page()
161 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()