Lines Matching defs:skb
76 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
95 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
110 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
166 struct sk_buff *skb = info->out_skb; in crypto_report_alg() local
197 struct sk_buff *skb; in crypto_report() local
227 static int crypto_dump_report(struct sk_buff *skb, struct netlink_callback *cb) in crypto_dump_report()
260 static int crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_update_alg()
292 static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_alg()
373 static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_add_alg()
456 static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) in crypto_user_rcv_msg()
504 static void crypto_netlink_rcv(struct sk_buff *skb) in crypto_netlink_rcv()