Lines Matching defs:prot
1336 static struct sock *sk_prot_alloc(struct proto *prot, gfp_t priority, in sk_prot_alloc()
1379 static void sk_prot_free(struct proto *prot, struct sock *sk) in sk_prot_free()
1415 struct proto *prot, int kern) in sk_alloc()
2069 struct proto *prot = sk->sk_prot; in __sk_mem_schedule() local
2711 void sock_prot_inuse_add(struct net *net, struct proto *prot, int val) in sock_prot_inuse_add()
2717 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get()
2757 void sock_prot_inuse_add(struct net *net, struct proto *prot, int val) in sock_prot_inuse_add()
2763 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get()
2776 static void assign_proto_idx(struct proto *prot) in assign_proto_idx()
2788 static void release_proto_idx(struct proto *prot) in release_proto_idx()
2794 static inline void assign_proto_idx(struct proto *prot) in assign_proto_idx()
2798 static inline void release_proto_idx(struct proto *prot) in release_proto_idx()
2813 static int req_prot_init(const struct proto *prot) in req_prot_init()
2837 int proto_register(struct proto *prot, int alloc_slab) in proto_register()
2888 void proto_unregister(struct proto *prot) in proto_unregister()