Home
last modified time | relevance | path

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

/linux/net/l2tp/
H A Dl2tp_core.h268 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops);
H A Dl2tp_netlink.c1012 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops) in l2tp_nl_register_ops() function
1033 EXPORT_SYMBOL_GPL(l2tp_nl_register_ops);
H A Dl2tp_ppp.c1741 err = l2tp_nl_register_ops(L2TP_PWTYPE_PPP, &pppol2tp_nl_cmd_ops); in pppol2tp_init()