Searched refs:l2tp_nl_register_ops (Results 1 – 3 of 3) sorted by relevance
268 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops);
1012 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops) in l2tp_nl_register_ops() function1033 EXPORT_SYMBOL_GPL(l2tp_nl_register_ops);
1741 err = l2tp_nl_register_ops(L2TP_PWTYPE_PPP, &pppol2tp_nl_cmd_ops); in pppol2tp_init()