Lines Matching refs:resp_skb
1311 struct sk_buff *resp_skb; in xfrm_get_sa() local
1318 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_get_sa()
1319 if (IS_ERR(resp_skb)) { in xfrm_get_sa()
1320 err = PTR_ERR(resp_skb); in xfrm_get_sa()
1322 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1336 struct sk_buff *resp_skb; in xfrm_alloc_userspi() local
1380 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_alloc_userspi()
1381 if (IS_ERR(resp_skb)) { in xfrm_alloc_userspi()
1382 err = PTR_ERR(resp_skb); in xfrm_alloc_userspi()
1392 kfree_skb(resp_skb); in xfrm_alloc_userspi()
1397 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
1960 struct sk_buff *resp_skb; in xfrm_get_policy() local
1962 resp_skb = xfrm_policy_netlink(skb, xp, p->dir, nlh->nlmsg_seq); in xfrm_get_policy()
1963 if (IS_ERR(resp_skb)) { in xfrm_get_policy()
1964 err = PTR_ERR(resp_skb); in xfrm_get_policy()
1966 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()