Searched refs:authx_offset (Results 1 – 1 of 1) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | rxgk.c | 922 size_t len, auth_len, authx_len, offset, auth_offset, authx_offset; in rxgk_construct_response() local 956 authx_offset = offset + ret + 4; /* Leave a gap for the length. */ in rxgk_construct_response() 959 authx_offset + auth_offset); in rxgk_construct_response() 965 authx_offset, authx_len, in rxgk_construct_response() 972 ret = skb_store_bits(response, authx_offset - 4, &tmp, 4); in rxgk_construct_response() 976 ret = rxgk_pad_out(response, authx_len, authx_offset + authx_len); in rxgk_construct_response() 979 len = authx_offset + authx_len + ret; in rxgk_construct_response()
|