Home
last modified time | relevance | path

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

/crypto/
Dcrypto_user_base.c407 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member
411 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg},
412 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg},
413 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg},
414 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report,
417 [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng },
418 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat},
466 if (link->doit == NULL) in crypto_user_rcv_msg()
469 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()