Home
last modified time | relevance | path

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

/openbmc/linux/net/l2tp/
H A Dl2tp_core.h271 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops);
H A Dl2tp_eth.c349 err = l2tp_nl_register_ops(L2TP_PWTYPE_ETH, &l2tp_eth_nl_cmd_ops); in l2tp_eth_init()
H A Dl2tp_netlink.c997 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops) in l2tp_nl_register_ops() function
1018 EXPORT_SYMBOL_GPL(l2tp_nl_register_ops);
H A Dl2tp_ppp.c1704 err = l2tp_nl_register_ops(L2TP_PWTYPE_PPP, &pppol2tp_nl_cmd_ops); in pppol2tp_init()