Lines Matching refs:attr_size
919 struct tc_action *actions[], size_t *attr_size, in tcf_action_init() argument
945 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init()
1200 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_del_notify() argument
1205 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify()
1239 size_t attr_size = 0; in tca_action_gd() local
1261 attr_size += tcf_action_fill_size(act); in tca_action_gd()
1265 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd()
1270 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); in tca_action_gd()
1282 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_add_notify() argument
1287 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_add_notify()
1310 size_t attr_size = 0; in tcf_action_add() local
1315 &attr_size, true, extack); in tcf_action_add()
1318 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack); in tcf_action_add()