Lines Matching refs:attr_size
1468 int init_res[], size_t *attr_size, in tcf_action_init() argument
1563 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init()
1858 size_t attr_size = tcf_action_fill_size(action); in tcf_reoffload_del_notify_msg() local
1864 skb = alloc_skb(max(attr_size, NLMSG_GOODSIZE), GFP_KERNEL); in tcf_reoffload_del_notify_msg()
1961 u32 portid, size_t attr_size, in tcf_del_notify_msg() argument
1966 skb = alloc_skb(max(attr_size, NLMSG_GOODSIZE), GFP_KERNEL); in tcf_del_notify_msg()
1982 size_t attr_size, struct netlink_ext_ack *extack) in tcf_del_notify() argument
1990 skb = tcf_del_notify_msg(net, n, actions, portid, attr_size, in tcf_del_notify()
2015 size_t attr_size = 0; in tca_action_gd() local
2037 attr_size += tcf_action_fill_size(act); in tca_action_gd()
2041 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd()
2046 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); in tca_action_gd()
2058 u32 portid, size_t attr_size, in tcf_add_notify_msg() argument
2063 skb = alloc_skb(max(attr_size, NLMSG_GOODSIZE), GFP_KERNEL); in tcf_add_notify_msg()
2079 size_t attr_size, struct netlink_ext_ack *extack) in tcf_add_notify() argument
2086 skb = tcf_add_notify_msg(net, n, actions, portid, attr_size, in tcf_add_notify()
2100 size_t attr_size = 0; in tcf_action_add() local
2107 &attr_size, flags, 0, extack); in tcf_action_add()
2115 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack); in tcf_action_add()