Lines Matching defs:prot
2062 const struct proto *prot = READ_ONCE(osk->sk_prot); in sock_copy() local
2087 static struct sock *sk_prot_alloc(struct proto *prot, gfp_t priority, in sk_prot_alloc()
2123 static void sk_prot_free(struct proto *prot, struct sock *sk) in sk_prot_free()
2151 struct proto *prot, int kern) in sk_alloc()
2302 struct proto *prot = READ_ONCE(sk->sk_prot); in sk_clone_lock() local
3060 struct proto *prot = sk->sk_prot; in __sk_mem_raise_allocated() local
3784 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get()
3836 static int assign_proto_idx(struct proto *prot) in assign_proto_idx()
3849 static void release_proto_idx(struct proto *prot) in release_proto_idx()
3855 static inline int assign_proto_idx(struct proto *prot) in assign_proto_idx()
3860 static inline void release_proto_idx(struct proto *prot) in release_proto_idx()
3876 static int tw_prot_init(const struct proto *prot) in tw_prot_init()
3912 static int req_prot_init(const struct proto *prot) in req_prot_init()
3937 int proto_register(struct proto *prot, int alloc_slab) in proto_register()
3995 void proto_unregister(struct proto *prot) in proto_unregister()