Searched refs:get_fill_size (Results 1 – 4 of 4) sorted by relevance
99 size_t (*get_fill_size)(const struct tc_action *act); member
256 .get_fill_size = tcf_gact_get_fill_size,
672 .get_fill_size = tcf_csum_get_fill_size,
186 if (act->ops->get_fill_size) in tcf_action_fill_size()187 return act->ops->get_fill_size(act) + sz; in tcf_action_fill_size()