Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcgroup-defs.h790 struct sock_cgroup_data { struct
800 static inline u16 sock_cgroup_prioidx(const struct sock_cgroup_data *skcd) in sock_cgroup_prioidx() argument
809 static inline u32 sock_cgroup_classid(const struct sock_cgroup_data *skcd) in sock_cgroup_classid()
818 static inline void sock_cgroup_set_prioidx(struct sock_cgroup_data *skcd, in sock_cgroup_set_prioidx()
826 static inline void sock_cgroup_set_classid(struct sock_cgroup_data *skcd, in sock_cgroup_set_classid()
836 struct sock_cgroup_data { struct
A Dcgroup.h756 void cgroup_sk_alloc(struct sock_cgroup_data *skcd);
757 void cgroup_sk_clone(struct sock_cgroup_data *skcd);
758 void cgroup_sk_free(struct sock_cgroup_data *skcd);
760 static inline struct cgroup *sock_cgroup_ptr(struct sock_cgroup_data *skcd) in sock_cgroup_ptr()
767 static inline void cgroup_sk_alloc(struct sock_cgroup_data *skcd) {} in cgroup_sk_alloc()
768 static inline void cgroup_sk_clone(struct sock_cgroup_data *skcd) {} in cgroup_sk_clone()
769 static inline void cgroup_sk_free(struct sock_cgroup_data *skcd) {} in cgroup_sk_free()
/linux-6.3-rc2/include/net/
A 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()
A 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()
A Dsock.h525 struct sock_cgroup_data sk_cgrp_data;
/linux-6.3-rc2/net/netfilter/
A 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-6.3-rc2/kernel/cgroup/
A Dcgroup.c6938 void cgroup_sk_alloc(struct sock_cgroup_data *skcd) in cgroup_sk_alloc()
6966 void cgroup_sk_clone(struct sock_cgroup_data *skcd) in cgroup_sk_clone()
6979 void cgroup_sk_free(struct sock_cgroup_data *skcd) in cgroup_sk_free()
/linux-6.3-rc2/net/mptcp/
A Dsubflow.c1634 struct sock_cgroup_data *parent_skcd = &parent->sk_cgrp_data, in mptcp_attach_cgroup()

Completed in 32 milliseconds