Lines Matching refs:attr_size
1068 int init_res[], size_t *attr_size, u32 flags, in tcf_action_init() argument
1113 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init()
1400 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_del_notify() argument
1405 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify()
1437 size_t attr_size = 0; in tca_action_gd() local
1459 attr_size += tcf_action_fill_size(act); in tca_action_gd()
1463 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd()
1468 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); in tca_action_gd()
1480 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_add_notify() argument
1484 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_add_notify()
1504 size_t attr_size = 0; in tcf_action_add() local
1511 &attr_size, flags, extack); in tcf_action_add()
1518 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack); in tcf_action_add()