Lines Matching refs:resp_skb
1266 struct sk_buff *resp_skb; in xfrm_get_sa() local
1273 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_get_sa()
1274 if (IS_ERR(resp_skb)) { in xfrm_get_sa()
1275 err = PTR_ERR(resp_skb); in xfrm_get_sa()
1277 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1290 struct sk_buff *resp_skb; in xfrm_alloc_userspi() local
1334 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_alloc_userspi()
1335 if (IS_ERR(resp_skb)) { in xfrm_alloc_userspi()
1336 err = PTR_ERR(resp_skb); in xfrm_alloc_userspi()
1340 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
1895 struct sk_buff *resp_skb; in xfrm_get_policy() local
1897 resp_skb = xfrm_policy_netlink(skb, xp, p->dir, nlh->nlmsg_seq); in xfrm_get_policy()
1898 if (IS_ERR(resp_skb)) { in xfrm_get_policy()
1899 err = PTR_ERR(resp_skb); in xfrm_get_policy()
1901 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()