Searched refs:tca_get_fill (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/sched/ |
D | act_api.c | 1582 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill() function 1626 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event, in tcf_get_notify() 1801 if (tca_get_fill(skb, actions, 0, 0, 0, RTM_DELACTION, 0, 1) <= 0) { in tcf_reoffload_del_notify() 1887 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 1966 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags, in tcf_add_notify()
|