Home
last modified time | relevance | path

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

/crypto/
Dcrypto_user_base.c159 struct nlmsghdr *nlh; in crypto_report_alg() local
163 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, info->nlmsg_seq, in crypto_report_alg()
165 if (!nlh) { in crypto_report_alg()
170 ualg = nlmsg_data(nlh); in crypto_report_alg()
174 nlmsg_cancel(skb, nlh); in crypto_report_alg()
178 nlmsg_end(skb, nlh); in crypto_report_alg()
234 info.nlmsg_seq = cb->nlh->nlmsg_seq; in crypto_dump_report()
260 static int crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_update_alg() argument
264 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
296 static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_alg() argument
[all …]
Dcrypto_user_stat.c274 struct nlmsghdr *nlh; in crypto_reportstat_alg() local
278 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, info->nlmsg_seq, in crypto_reportstat_alg()
280 if (!nlh) { in crypto_reportstat_alg()
285 ualg = nlmsg_data(nlh); in crypto_reportstat_alg()
289 nlmsg_cancel(skb, nlh); in crypto_reportstat_alg()
293 nlmsg_end(skb, nlh); in crypto_reportstat_alg()