Lines 851-856
found:
Link Here
|
851 |
|
851 |
|
852 |
if (km_query(x, tmpl, pol) == 0) { |
852 |
if (km_query(x, tmpl, pol) == 0) { |
853 |
x->km.state = XFRM_STATE_ACQ; |
853 |
x->km.state = XFRM_STATE_ACQ; |
|
|
854 |
printk("XFRM_STATE_ACQ 001 x %p\n", x); |
854 |
list_add(&x->km.all, &net->xfrm.state_all); |
855 |
list_add(&x->km.all, &net->xfrm.state_all); |
855 |
hlist_add_head(&x->bydst, net->xfrm.state_bydst+h); |
856 |
hlist_add_head(&x->bydst, net->xfrm.state_bydst+h); |
856 |
h = xfrm_src_hash(net, daddr, saddr, encap_family); |
857 |
h = xfrm_src_hash(net, daddr, saddr, encap_family); |
Lines 1053-1058
static struct xfrm_state *__find_acq_core(struct net *net,
Link Here
|
1053 |
} |
1054 |
} |
1054 |
|
1055 |
|
1055 |
x->km.state = XFRM_STATE_ACQ; |
1056 |
x->km.state = XFRM_STATE_ACQ; |
|
|
1057 |
printk("XFRM_STATE_ACQ 002 x %p\n", x); |
1056 |
x->id.proto = proto; |
1058 |
x->id.proto = proto; |
1057 |
x->props.family = family; |
1059 |
x->props.family = family; |
1058 |
x->props.mode = mode; |
1060 |
x->props.mode = mode; |