Searched refs:xfrmnl_sp_parse (Results 1 – 3 of 3) sorted by relevance
56 extern int xfrmnl_sp_parse(struct nlmsghdr *n, struct xfrmnl_sp **result);
190 xfrmnl_sp_parse;
518 int xfrmnl_sp_parse(struct nlmsghdr *n, struct xfrmnl_sp **result) in xfrmnl_sp_parse() function683 if ((err = xfrmnl_sp_parse(n, &sp)) < 0) in xfrm_sp_msg_parser()