Searched refs:tca_get_fill (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 1575 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill() function 1624 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event, in tcf_get_notify() 1799 if (tca_get_fill(skb, actions, 0, 0, 0, RTM_DELACTION, 0, 1, NULL) <= 0) { in tcf_reoffload_del_notify() 1885 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 1964 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags, in tcf_add_notify()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 1187 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill() function 1231 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event, in tcf_get_notify() 1404 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 1486 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags, in tcf_add_notify()
|
Completed in 6 milliseconds