Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Drxgk_app.c185 unsigned int token_offset, unsigned int token_len, in rxgk_extract_token() argument
209 if (skb_copy_bits(skb, token_offset, &container, sizeof(container)) < 0) in rxgk_extract_token()
215 ticket_offset = token_offset + sizeof(container); in rxgk_extract_token()
H A Drxgk_common.h46 unsigned int token_offset, unsigned int token_len,
H A Drxgk.c1193 unsigned int token_offset, token_len; in rxgk_verify_response() local
1209 token_offset = offset; in rxgk_verify_response()
1239 ret = rxgk_extract_token(conn, skb, token_offset, token_len, &key); in rxgk_verify_response()
/linux/arch/x86/kernel/
H A Dshstk.c101 unsigned long token_offset, bool set_res_tok) in alloc_shstk() argument
118 if (create_rstor_token(mapped_addr + token_offset, NULL)) { in alloc_shstk()