l2tp_nl_cmd_ops   231 net/l2tp/l2tp_core.h 			 const struct l2tp_nl_cmd_ops *ops);
l2tp_nl_cmd_ops   351 net/l2tp/l2tp_eth.c static const struct l2tp_nl_cmd_ops l2tp_eth_nl_cmd_ops = {
l2tp_nl_cmd_ops    46 net/l2tp/l2tp_netlink.c static const struct l2tp_nl_cmd_ops *l2tp_nl_cmd_ops[__L2TP_PWTYPE_MAX];
l2tp_nl_cmd_ops   609 net/l2tp/l2tp_netlink.c 	if (l2tp_nl_cmd_ops[cfg.pw_type] == NULL) {
l2tp_nl_cmd_ops   615 net/l2tp/l2tp_netlink.c 	if ((l2tp_nl_cmd_ops[cfg.pw_type] == NULL) ||
l2tp_nl_cmd_ops   616 net/l2tp/l2tp_netlink.c 	    (l2tp_nl_cmd_ops[cfg.pw_type]->session_create == NULL)) {
l2tp_nl_cmd_ops   621 net/l2tp/l2tp_netlink.c 	ret = l2tp_nl_cmd_ops[cfg.pw_type]->session_create(net, tunnel,
l2tp_nl_cmd_ops   658 net/l2tp/l2tp_netlink.c 		if (l2tp_nl_cmd_ops[pw_type] && l2tp_nl_cmd_ops[pw_type]->session_delete)
l2tp_nl_cmd_ops   659 net/l2tp/l2tp_netlink.c 			ret = (*l2tp_nl_cmd_ops[pw_type]->session_delete)(session);
l2tp_nl_cmd_ops   985 net/l2tp/l2tp_netlink.c int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct l2tp_nl_cmd_ops *ops)
l2tp_nl_cmd_ops   995 net/l2tp/l2tp_netlink.c 	if (l2tp_nl_cmd_ops[pw_type])
l2tp_nl_cmd_ops   998 net/l2tp/l2tp_netlink.c 	l2tp_nl_cmd_ops[pw_type] = ops;
l2tp_nl_cmd_ops  1012 net/l2tp/l2tp_netlink.c 		l2tp_nl_cmd_ops[pw_type] = NULL;
l2tp_nl_cmd_ops  1697 net/l2tp/l2tp_ppp.c static const struct l2tp_nl_cmd_ops pppol2tp_nl_cmd_ops = {