Searched refs:sock_cgroup_data (Results 1 – 8 of 8) sorted by relevance
850 struct sock_cgroup_data { struct860 static inline u16 sock_cgroup_prioidx(const struct sock_cgroup_data *skcd) in sock_cgroup_prioidx() argument869 static inline u32 sock_cgroup_classid(const struct sock_cgroup_data *skcd) in sock_cgroup_classid()878 static inline void sock_cgroup_set_prioidx(struct sock_cgroup_data *skcd, in sock_cgroup_set_prioidx()886 static inline void sock_cgroup_set_classid(struct sock_cgroup_data *skcd, in sock_cgroup_set_classid()896 struct sock_cgroup_data { struct
751 void cgroup_sk_alloc(struct sock_cgroup_data *skcd);752 void cgroup_sk_clone(struct sock_cgroup_data *skcd);753 void cgroup_sk_free(struct sock_cgroup_data *skcd);755 static inline struct cgroup *sock_cgroup_ptr(struct sock_cgroup_data *skcd) in sock_cgroup_ptr()762 static inline void cgroup_sk_alloc(struct sock_cgroup_data *skcd) {} in cgroup_sk_alloc()763 static inline void cgroup_sk_clone(struct sock_cgroup_data *skcd) {} in cgroup_sk_clone()764 static inline void cgroup_sk_free(struct sock_cgroup_data *skcd) {} in cgroup_sk_free()
34 static inline void sock_update_netprioidx(struct sock_cgroup_data *skcd) in sock_update_netprioidx()49 static inline void sock_update_netprioidx(struct sock_cgroup_data *skcd) in sock_update_netprioidx()
40 static inline void sock_update_classid(struct sock_cgroup_data *skcd) in sock_update_classid()79 static inline void sock_update_classid(struct sock_cgroup_data *skcd) in sock_update_classid()
538 struct sock_cgroup_data sk_cgrp_data;
116 struct sock_cgroup_data *skcd = &skb->sk->sk_cgrp_data; in cgroup_mt_v1()134 struct sock_cgroup_data *skcd = &skb->sk->sk_cgrp_data; in cgroup_mt_v2()
7096 void cgroup_sk_alloc(struct sock_cgroup_data *skcd) in cgroup_sk_alloc()7124 void cgroup_sk_clone(struct sock_cgroup_data *skcd) in cgroup_sk_clone()7137 void cgroup_sk_free(struct sock_cgroup_data *skcd) in cgroup_sk_free()
1707 struct sock_cgroup_data *parent_skcd = &parent->sk_cgrp_data, in mptcp_attach_cgroup()