Home
last modified time | relevance | path

Searched refs:sock_cgroup_data (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/include/linux/
Dcgroup-defs.h786 struct sock_cgroup_data { struct
796 static inline u16 sock_cgroup_prioidx(const struct sock_cgroup_data *skcd) in sock_cgroup_prioidx() argument
805 static inline u32 sock_cgroup_classid(const struct sock_cgroup_data *skcd) in sock_cgroup_classid()
814 static inline void sock_cgroup_set_prioidx(struct sock_cgroup_data *skcd, in sock_cgroup_set_prioidx()
822 static inline void sock_cgroup_set_classid(struct sock_cgroup_data *skcd, in sock_cgroup_set_classid()
832 struct sock_cgroup_data { struct
Dcgroup.h828 void cgroup_sk_alloc(struct sock_cgroup_data *skcd);
829 void cgroup_sk_clone(struct sock_cgroup_data *skcd);
830 void cgroup_sk_free(struct sock_cgroup_data *skcd);
832 static inline struct cgroup *sock_cgroup_ptr(struct sock_cgroup_data *skcd) in sock_cgroup_ptr()
839 static inline void cgroup_sk_alloc(struct sock_cgroup_data *skcd) {} in cgroup_sk_alloc()
840 static inline void cgroup_sk_clone(struct sock_cgroup_data *skcd) {} in cgroup_sk_clone()
841 static inline void cgroup_sk_free(struct sock_cgroup_data *skcd) {} in cgroup_sk_free()
/Linux-v6.1/include/net/
Dnetprio_cgroup.h34 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()
Dcls_cgroup.h40 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()
Dsock.h521 struct sock_cgroup_data sk_cgrp_data;
/Linux-v6.1/net/netfilter/
Dxt_cgroup.c116 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()
/Linux-v6.1/kernel/cgroup/
Dcgroup.c6933 void cgroup_sk_alloc(struct sock_cgroup_data *skcd) in cgroup_sk_alloc()
6961 void cgroup_sk_clone(struct sock_cgroup_data *skcd) in cgroup_sk_clone()
6974 void cgroup_sk_free(struct sock_cgroup_data *skcd) in cgroup_sk_free()
/Linux-v6.1/net/mptcp/
Dsubflow.c1540 struct sock_cgroup_data *parent_skcd = &parent->sk_cgrp_data, in mptcp_attach_cgroup()