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.c313 static int ovpn_nl_msg_send(struct nl_ctx *ctx, ovpn_nl_cb cb) in ovpn_nl_msg_send() function
698 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_new_peer()
722 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_set_peer()
742 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_del_peer()
899 ret = ovpn_nl_msg_send(ctx, ovpn_handle_peer); in ovpn_get_peer()
933 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_new_key()
954 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_del_key()
1035 ret = ovpn_nl_msg_send(ctx, ovpn_handle_key); in ovpn_get_key()
1055 ret = ovpn_nl_msg_send(ctx, NULL); in ovpn_swap_keys()