Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_iptfs.c1429 const u64 wantseq = xtfs->w_wantseq; in __reorder_future_fits() local
1430 const u64 distance = inseq - wantseq; in __reorder_future_fits()
1481 u64 wantseq = xtfs->w_wantseq; in __reorder_future_shifts() local
1560 distance = inseq - wantseq; in __reorder_future_shifts()
1626 u64 wantseq; in iptfs_input_reorder() local
1634 wantseq = xtfs->w_wantseq; in iptfs_input_reorder()
1636 if (likely(inseq == wantseq)) in iptfs_input_reorder()
1638 else if (inseq < wantseq) in iptfs_input_reorder()
1640 else if ((inseq - wantseq) < nslots) in iptfs_input_reorder()