Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_CLASSIFY.c37 static struct xt_target classify_tg_reg[] __read_mostly = { variable
61 return xt_register_targets(classify_tg_reg, ARRAY_SIZE(classify_tg_reg)); in classify_tg_init()
66 xt_unregister_targets(classify_tg_reg, ARRAY_SIZE(classify_tg_reg)); in classify_tg_exit()