Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map36 ibv_destroy_ah;
H A Dcompat-1_0.c981 ret = ibv_destroy_ah(ah->real_ah); in __ibv_destroy_ah_1_0()
988 symver(__ibv_destroy_ah_1_0, ibv_destroy_ah, IBVERBS_1.0);
H A Dverbs.c933 default_symver(__ibv_destroy_ah, ibv_destroy_ah);
H A Dkern-abi.h1048 struct ibv_destroy_ah { struct
H A Dverbs.h2317 int ibv_destroy_ah(struct ibv_ah *ah);
H A Dcmd.c1696 struct ibv_destroy_ah cmd; in ibv_cmd_destroy_ah()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dmckey.c356 ibv_destroy_ah(node->ah); in destroy_node()
H A Dudaddy.c394 ibv_destroy_ah(node->ah); in destroy_node()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c462 if (ibv_destroy_ah(ctx->ah)) { in pp_close_ctx()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c4073 ibv_destroy_ah(dest->ah); in udp_svc_create_ah()