Lines Matching refs:resp_skb
1555 struct sk_buff *resp_skb; in xfrm_get_sa() local
1562 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_get_sa()
1563 if (IS_ERR(resp_skb)) { in xfrm_get_sa()
1564 err = PTR_ERR(resp_skb); in xfrm_get_sa()
1566 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1581 struct sk_buff *resp_skb; in xfrm_alloc_userspi() local
1627 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_alloc_userspi()
1628 if (IS_ERR(resp_skb)) { in xfrm_alloc_userspi()
1629 err = PTR_ERR(resp_skb); in xfrm_alloc_userspi()
1639 kfree_skb(resp_skb); in xfrm_alloc_userspi()
1644 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
2347 struct sk_buff *resp_skb; in xfrm_get_policy() local
2349 resp_skb = xfrm_policy_netlink(skb, xp, p->dir, nlh->nlmsg_seq); in xfrm_get_policy()
2350 if (IS_ERR(resp_skb)) { in xfrm_get_policy()
2351 err = PTR_ERR(resp_skb); in xfrm_get_policy()
2353 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()