Lines Matching defs:prot
1319 static struct sock *sk_prot_alloc(struct proto *prot, gfp_t priority, in sk_prot_alloc()
1362 static void sk_prot_free(struct proto *prot, struct sock *sk) in sk_prot_free()
1397 struct proto *prot) in sk_alloc()
2003 struct proto *prot = sk->sk_prot; in __sk_mem_schedule() local
2644 void sock_prot_inuse_add(struct net *net, struct proto *prot, int val) in sock_prot_inuse_add()
2650 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get()
2690 void sock_prot_inuse_add(struct net *net, struct proto *prot, int val) in sock_prot_inuse_add()
2696 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get()
2709 static void assign_proto_idx(struct proto *prot) in assign_proto_idx()
2721 static void release_proto_idx(struct proto *prot) in release_proto_idx()
2727 static inline void assign_proto_idx(struct proto *prot) in assign_proto_idx()
2731 static inline void release_proto_idx(struct proto *prot) in release_proto_idx()
2748 static int req_prot_init(const struct proto *prot) in req_prot_init()
2772 int proto_register(struct proto *prot, int alloc_slab) in proto_register()
2823 void proto_unregister(struct proto *prot) in proto_unregister()