Searched refs:doit (Results 1 – 1 of 1) sorted by relevance
444 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member448 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg},449 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg},450 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg},451 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report,498 if (link->doit == NULL) in crypto_user_rcv_msg()501 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()