Lines Matching refs:resp_skb
1177 struct sk_buff *resp_skb; in xfrm_get_sa() local
1184 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_get_sa()
1185 if (IS_ERR(resp_skb)) { in xfrm_get_sa()
1186 err = PTR_ERR(resp_skb); in xfrm_get_sa()
1188 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1201 struct sk_buff *resp_skb; in xfrm_alloc_userspi() local
1240 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_alloc_userspi()
1241 if (IS_ERR(resp_skb)) { in xfrm_alloc_userspi()
1242 err = PTR_ERR(resp_skb); in xfrm_alloc_userspi()
1246 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
1755 struct sk_buff *resp_skb; in xfrm_get_policy() local
1757 resp_skb = xfrm_policy_netlink(skb, xp, p->dir, nlh->nlmsg_seq); in xfrm_get_policy()
1758 if (IS_ERR(resp_skb)) { in xfrm_get_policy()
1759 err = PTR_ERR(resp_skb); in xfrm_get_policy()
1761 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()