Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Drxgk_common.h37 #define xdr_round_down(x) (round_down((x), sizeof(__be32))) macro
H A Drxgk_app.c209 if (ticket_len > xdr_round_down(token_len - sizeof(*container))) in rxgk_extract_token()