Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c317 static int ovpn_nl_msg_send(struct nl_ctx *ctx, ovpn_nl_cb cb) in ovpn_nl_msg_send() function
713 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_new_peer()
737 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_set_peer()
757 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_del_peer()
918 ret = ovpn_nl_msg_send(ctx, ovpn_handle_peer); in ovpn_get_peer()
952 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_new_key()
973 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_del_key()
1054 ret = ovpn_nl_msg_send(ctx, ovpn_handle_key); in ovpn_get_key()
1074 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_swap_keys()