Lines Matching defs:attr_size
1466 int init_res[], size_t *attr_size,
1561 *attr_size = tcf_action_full_attrs_size(sz);
1856 size_t attr_size = tcf_action_fill_size(action);
1862 skb = alloc_skb(max(attr_size, NLMSG_GOODSIZE), GFP_KERNEL);
1959 u32 portid, size_t attr_size,
1964 skb = alloc_skb(max(attr_size, NLMSG_GOODSIZE), GFP_KERNEL);
1980 size_t attr_size, struct netlink_ext_ack *extack)
1988 skb = tcf_del_notify_msg(net, n, actions, portid, attr_size,
2013 size_t attr_size = 0;
2035 attr_size += tcf_action_fill_size(act);
2039 attr_size = tcf_action_full_attrs_size(attr_size);
2044 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack);
2056 u32 portid, size_t attr_size,
2061 skb = alloc_skb(max(attr_size, NLMSG_GOODSIZE), GFP_KERNEL);
2077 size_t attr_size, struct netlink_ext_ack *extack)
2084 skb = tcf_add_notify_msg(net, n, actions, portid, attr_size,
2098 size_t attr_size = 0;
2105 &attr_size, flags, 0, extack);
2113 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack);