Lines Matching refs:resp_skb
1501 struct sk_buff *resp_skb; in xfrm_get_sa() local
1508 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_get_sa()
1509 if (IS_ERR(resp_skb)) { in xfrm_get_sa()
1510 err = PTR_ERR(resp_skb); in xfrm_get_sa()
1512 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1527 struct sk_buff *resp_skb; in xfrm_alloc_userspi() local
1573 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_alloc_userspi()
1574 if (IS_ERR(resp_skb)) { in xfrm_alloc_userspi()
1575 err = PTR_ERR(resp_skb); in xfrm_alloc_userspi()
1585 kfree_skb(resp_skb); in xfrm_alloc_userspi()
1590 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
2285 struct sk_buff *resp_skb; in xfrm_get_policy() local
2287 resp_skb = xfrm_policy_netlink(skb, xp, p->dir, nlh->nlmsg_seq); in xfrm_get_policy()
2288 if (IS_ERR(resp_skb)) { in xfrm_get_policy()
2289 err = PTR_ERR(resp_skb); in xfrm_get_policy()
2291 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()