Searched refs:token_offset (Results 1 – 5 of 5) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | rxgk_app.c | 185 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 D | rxgk_common.h | 47 unsigned int token_offset, unsigned int token_len,
|
| H A D | rxgk.c | 1197 unsigned int token_offset, token_len; in rxgk_verify_response() local 1213 token_offset = offset; in rxgk_verify_response() 1244 ret = rxgk_extract_token(conn, skb, token_offset, token_len, &key); in rxgk_verify_response()
|
| /linux/arch/riscv/kernel/ |
| H A D | usercfi.c | 231 unsigned long token_offset, bool set_tok) in allocate_shadow_stack() argument 238 if (create_rstor_token(addr + token_offset, NULL)) { in allocate_shadow_stack()
|
| /linux/arch/x86/kernel/ |
| H A D | shstk.c | 101 unsigned long token_offset, bool set_res_tok) in alloc_shstk() argument 110 if (create_rstor_token(mapped_addr + token_offset, NULL)) { in alloc_shstk()
|