Lines Matching refs:attr_size
1429 int init_res[], size_t *attr_size, in tcf_action_init() argument
1493 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init()
1786 size_t attr_size = tcf_action_fill_size(action); in tcf_reoffload_del_notify() local
1794 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_reoffload_del_notify()
1875 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_del_notify() argument
1880 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify()
1912 size_t attr_size = 0; in tca_action_gd() local
1934 attr_size += tcf_action_fill_size(act); in tca_action_gd()
1938 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd()
1943 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); in tca_action_gd()
1955 u32 portid, size_t attr_size, struct netlink_ext_ack *extack) in tcf_add_notify() argument
1959 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_add_notify()
1979 size_t attr_size = 0; in tcf_action_add() local
1986 &attr_size, flags, 0, extack); in tcf_action_add()
1993 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack); in tcf_action_add()