Home
last modified time | relevance | path

Searched refs:attr_size (Results 1 – 3 of 3) sorted by relevance

/net/sched/
Dact_api.c975 struct tc_action *actions[], size_t *attr_size, in tcf_action_init() argument
1007 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init()
1268 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_del_notify() argument
1273 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify()
1307 size_t attr_size = 0; in tca_action_gd() local
1329 attr_size += tcf_action_fill_size(act); in tca_action_gd()
1333 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd()
1338 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); in tca_action_gd()
1350 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_add_notify() argument
1355 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_add_notify()
[all …]
Dcls_api.c3022 size_t attr_size = 0; in tcf_exts_validate() local
3041 exts->actions, &attr_size, in tcf_exts_validate()
/net/9p/
Dclient.c1996 const char *attr_name, u64 *attr_size) in p9_client_xattrwalk() argument
2020 err = p9pdu_readf(&req->rc, clnt->proto_version, "q", attr_size); in p9_client_xattrwalk()
2028 attr_fid->fid, *attr_size); in p9_client_xattrwalk()
2042 u64 attr_size, int flags) in p9_client_xattrcreate() argument
2050 fid->fid, name, (long long)attr_size, flags); in p9_client_xattrcreate()
2054 fid->fid, name, attr_size, flags); in p9_client_xattrcreate()