Lines Matching defs:skb
81 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
100 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
114 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher()
130 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
192 struct sk_buff *skb = info->out_skb; in crypto_report_alg() local
223 struct sk_buff *skb; in crypto_report() local
255 static int crypto_dump_report(struct sk_buff *skb, struct netlink_callback *cb) in crypto_dump_report()
288 static int crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_update_alg()
324 static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_alg()
387 static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_add_alg()
444 static int crypto_del_rng(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_rng()
481 static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) in crypto_user_rcv_msg()
530 static void crypto_netlink_rcv(struct sk_buff *skb) in crypto_netlink_rcv()