Searched refs:attr_size (Results 1 – 3 of 3) sorted by relevance
/net/sched/ |
D | act_api.c | 1433 int init_res[], size_t *attr_size, in tcf_action_init() argument 1497 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init() 1793 size_t attr_size = tcf_action_fill_size(action); in tcf_reoffload_del_notify() local 1801 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_reoffload_del_notify() 1882 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_del_notify() argument 1887 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify() 1919 size_t attr_size = 0; in tca_action_gd() local 1941 attr_size += tcf_action_fill_size(act); in tca_action_gd() 1945 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd() 1950 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); in tca_action_gd() [all …]
|
D | cls_api.c | 3073 size_t attr_size = 0; in tcf_exts_validate_ex() local 3101 &attr_size, flags, fl_flags, in tcf_exts_validate_ex()
|
/net/9p/ |
D | client.c | 1975 const char *attr_name, u64 *attr_size) in p9_client_xattrwalk() argument 1999 err = p9pdu_readf(&req->rc, clnt->proto_version, "q", attr_size); in p9_client_xattrwalk() 2007 attr_fid->fid, *attr_size); in p9_client_xattrwalk() 2021 u64 attr_size, int flags) in p9_client_xattrcreate() argument 2029 fid->fid, name, attr_size, flags); in p9_client_xattrcreate() 2033 fid->fid, name, attr_size, flags); in p9_client_xattrcreate()
|