Lines Matching refs:sk_buff

42 	struct sk_buff *in_skb;
43 struct sk_buff *out_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()
191 struct sk_buff *in_skb = info->in_skb; in crypto_report_alg()
192 struct sk_buff *skb = info->out_skb; in crypto_report_alg()
218 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report()
223 struct sk_buff *skb; in crypto_report()
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()
468 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **);
469 int (*dump)(struct sk_buff *, struct netlink_callback *);
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()