Home
last modified time | relevance | path

Searched refs:mall_tc_entry (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/dsa/
H A Duser.c1376 return mall_tc_entry; in dsa_user_mall_tc_entry_find()
1447 mall_tc_entry = kzalloc(sizeof(*mall_tc_entry), GFP_KERNEL); in dsa_user_add_cls_matchall_mirred()
1448 if (!mall_tc_entry) in dsa_user_add_cls_matchall_mirred()
1459 kfree(mall_tc_entry); in dsa_user_add_cls_matchall_mirred()
1507 mall_tc_entry = kzalloc(sizeof(*mall_tc_entry), GFP_KERNEL); in dsa_user_add_cls_matchall_police()
1508 if (!mall_tc_entry) in dsa_user_add_cls_matchall_police()
1519 kfree(mall_tc_entry); in dsa_user_add_cls_matchall_police()
1566 if (!mall_tc_entry) in dsa_user_del_cls_matchall()
1571 switch (mall_tc_entry->type) { in dsa_user_del_cls_matchall()
1575 &mall_tc_entry->mirror); in dsa_user_del_cls_matchall()
[all …]