Home
last modified time | relevance | path

Searched refs:wantseq (Results 1 – 1 of 1) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_iptfs.c1415 const u64 wantseq = xtfs->w_wantseq; in __reorder_future_fits() local
1416 const u64 distance = inseq - wantseq; in __reorder_future_fits()
1467 u64 wantseq = xtfs->w_wantseq; in __reorder_future_shifts() local
1546 distance = inseq - wantseq; in __reorder_future_shifts()
1612 u64 wantseq; in iptfs_input_reorder() local
1620 wantseq = xtfs->w_wantseq; in iptfs_input_reorder()
1622 if (likely(inseq == wantseq)) in iptfs_input_reorder()
1624 else if (inseq < wantseq) in iptfs_input_reorder()
1626 else if ((inseq - wantseq) < nslots) in iptfs_input_reorder()