Lines Matching refs:resp_skb
1154 struct sk_buff *resp_skb; in xfrm_get_sa() local
1161 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_get_sa()
1162 if (IS_ERR(resp_skb)) { in xfrm_get_sa()
1163 err = PTR_ERR(resp_skb); in xfrm_get_sa()
1165 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1178 struct sk_buff *resp_skb; in xfrm_alloc_userspi() local
1217 resp_skb = xfrm_state_netlink(skb, x, nlh->nlmsg_seq); in xfrm_alloc_userspi()
1218 if (IS_ERR(resp_skb)) { in xfrm_alloc_userspi()
1219 err = PTR_ERR(resp_skb); in xfrm_alloc_userspi()
1223 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
1732 struct sk_buff *resp_skb; in xfrm_get_policy() local
1734 resp_skb = xfrm_policy_netlink(skb, xp, p->dir, nlh->nlmsg_seq); in xfrm_get_policy()
1735 if (IS_ERR(resp_skb)) { in xfrm_get_policy()
1736 err = PTR_ERR(resp_skb); in xfrm_get_policy()
1738 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()