Home
last modified time | relevance | path

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

/net/rxrpc/
A Drxgk.c920 size_t len, auth_len, authx_len, offset, auth_offset, authx_offset; in rxgk_construct_response() local
954 authx_offset = offset + ret + 4; /* Leave a gap for the length. */ in rxgk_construct_response()
957 authx_offset + auth_offset); in rxgk_construct_response()
963 authx_offset, authx_len, in rxgk_construct_response()
970 ret = skb_store_bits(response, authx_offset - 4, &tmp, 4); in rxgk_construct_response()
974 ret = rxgk_pad_out(response, authx_len, authx_offset + authx_len); in rxgk_construct_response()
977 len = authx_offset + authx_len + ret; in rxgk_construct_response()

Completed in 5 milliseconds