Home
last modified time | relevance | path

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

/linux-4.4.14/net/l2tp/
Dl2tp_core.h273 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type,
Dl2tp_eth.c330 err = l2tp_nl_register_ops(L2TP_PWTYPE_ETH, &l2tp_eth_nl_cmd_ops); in l2tp_eth_init()
Dl2tp_netlink.c963 int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops) in l2tp_nl_register_ops() function
984 EXPORT_SYMBOL_GPL(l2tp_nl_register_ops);
Dl2tp_ppp.c1827 err = l2tp_nl_register_ops(L2TP_PWTYPE_PPP, &pppol2tp_nl_cmd_ops); in pppol2tp_init()