Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dcls_flower.c208 if (!tmplt) in fl_mask_fits_tmplt()
2826 tmplt = kzalloc(sizeof(*tmplt), GFP_KERNEL); in fl_tmplt_create()
2827 if (!tmplt) { in fl_tmplt_create()
2831 tmplt->chain = chain; in fl_tmplt_create()
2837 fl_init_dissector(&tmplt->dissector, &tmplt->mask); in fl_tmplt_create()
2844 return tmplt; in fl_tmplt_create()
2847 kfree(tmplt); in fl_tmplt_create()
2857 fl_hw_destroy_tmplt(tmplt->chain, tmplt); in fl_tmplt_destroy()
2858 kfree(tmplt); in fl_tmplt_destroy()
3798 key = &tmplt->dummy_key; in fl_tmplt_dump()
[all …]