Symbol: sock_cgroup_data
include/linux/cgroup-defs.h
934
static inline u16 sock_cgroup_prioidx(const struct sock_cgroup_data *skcd)
include/linux/cgroup-defs.h
944
static inline u32 sock_cgroup_classid(const struct sock_cgroup_data *skcd)
include/linux/cgroup-defs.h
950
static inline void sock_cgroup_set_prioidx(struct sock_cgroup_data *skcd,
include/linux/cgroup-defs.h
959
static inline void sock_cgroup_set_classid(struct sock_cgroup_data *skcd,
include/linux/cgroup.h
778
void cgroup_sk_alloc(struct sock_cgroup_data *skcd);
include/linux/cgroup.h
779
void cgroup_sk_clone(struct sock_cgroup_data *skcd);
include/linux/cgroup.h
780
void cgroup_sk_free(struct sock_cgroup_data *skcd);
include/linux/cgroup.h
782
static inline struct cgroup *sock_cgroup_ptr(struct sock_cgroup_data *skcd)
include/linux/cgroup.h
789
static inline void cgroup_sk_alloc(struct sock_cgroup_data *skcd) {}
include/linux/cgroup.h
790
static inline void cgroup_sk_clone(struct sock_cgroup_data *skcd) {}
include/linux/cgroup.h
791
static inline void cgroup_sk_free(struct sock_cgroup_data *skcd) {}
include/net/cls_cgroup.h
40
static inline void sock_update_classid(struct sock_cgroup_data *skcd)
include/net/cls_cgroup.h
79
static inline void sock_update_classid(struct sock_cgroup_data *skcd)
include/net/netprio_cgroup.h
34
static inline void sock_update_netprioidx(struct sock_cgroup_data *skcd)
include/net/netprio_cgroup.h
49
static inline void sock_update_netprioidx(struct sock_cgroup_data *skcd)
include/net/sock.h
574
struct sock_cgroup_data sk_cgrp_data;
kernel/cgroup/cgroup.c
7408
void cgroup_sk_alloc(struct sock_cgroup_data *skcd)
kernel/cgroup/cgroup.c
7436
void cgroup_sk_clone(struct sock_cgroup_data *skcd)
kernel/cgroup/cgroup.c
7449
void cgroup_sk_free(struct sock_cgroup_data *skcd)
net/mptcp/subflow.c
1736
struct sock_cgroup_data *sk_cd = &sk->sk_cgrp_data,
net/netfilter/xt_cgroup.c
142
struct sock_cgroup_data *skcd = &skb->sk->sk_cgrp_data;
net/netfilter/xt_cgroup.c
163
struct sock_cgroup_data *skcd = &skb->sk->sk_cgrp_data;