Searched refs:l2tp_nl_register_ops (Results 1 – 4 of 4) sorted by relevance
327 err = l2tp_nl_register_ops(L2TP_PWTYPE_ETH, &l2tp_eth_nl_cmd_ops); in l2tp_eth_init()
268 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops);
1009 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops) in l2tp_nl_register_ops() function1030 EXPORT_SYMBOL_GPL(l2tp_nl_register_ops);
1692 err = l2tp_nl_register_ops(L2TP_PWTYPE_PPP, &pppol2tp_nl_cmd_ops); in pppol2tp_init()