Home
last modified time | relevance | path

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

/net/smc/
Dsmc_cdc.h30 __be16 wrap; member
71 curs->wrap++; in smc_curs_add()
142 if (old->wrap != new->wrap) in smc_curs_diff()
157 peer->wrap = htons(temp.wrap); in smc_host_cursor_to_cdc()
185 temp.wrap = ntohs(net.wrap); in smc_cdc_cursor_to_host()
186 if ((old.wrap > temp.wrap) && temp.wrap) in smc_cdc_cursor_to_host()
188 if ((old.wrap == temp.wrap) && in smc_cdc_cursor_to_host()
Dsmc_diag.c96 .rx_prod.wrap = conn->local_rx_ctrl.prod.wrap, in __smc_diag_dump()
98 .rx_cons.wrap = conn->local_rx_ctrl.cons.wrap, in __smc_diag_dump()
101 .tx_prod.wrap = conn->local_tx_ctrl.prod.wrap, in __smc_diag_dump()
103 .tx_cons.wrap = conn->local_tx_ctrl.cons.wrap, in __smc_diag_dump()
114 .tx_prep.wrap = conn->tx_curs_prep.wrap, in __smc_diag_dump()
116 .tx_sent.wrap = conn->tx_curs_sent.wrap, in __smc_diag_dump()
118 .tx_fin.wrap = conn->tx_curs_fin.wrap, in __smc_diag_dump()
Dsmc_tx.c316 if (prod.wrap == cons.wrap) { in smc_tx_rdma_writes()
Dsmc.h90 u16 wrap; /* window wrap sequence number */ member
/net/xfrm/
Dxfrm_replay.c509 int wrap; in xfrm_replay_advance_esn() local
519 wrap = seq_hi - replay_esn->seq_hi; in xfrm_replay_advance_esn()
521 if ((!wrap && seq > replay_esn->seq) || wrap > 0) { in xfrm_replay_advance_esn()
522 if (likely(!wrap)) in xfrm_replay_advance_esn()
543 if (unlikely(wrap > 0)) in xfrm_replay_advance_esn()
/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c79 PROC(WRAP, wrap),