Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Drxgk_app.c43 unsigned int ticket_offset, unsigned int ticket_len, in rxgk_yfs_decode_ticket() argument
58 ret = skb_copy_bits(skb, ticket_offset, tmp, sizeof(tmp)); in rxgk_yfs_decode_ticket()
83 ret = skb_copy_bits(skb, ticket_offset, ticket, ticket_len); in rxgk_yfs_decode_ticket()
188 unsigned int ticket_offset, ticket_len; in rxgk_extract_token() local
209 ticket_offset = token_offset + sizeof(container); in rxgk_extract_token()
236 &ticket_offset, &ticket_len, &ec); in rxgk_extract_token()
243 ret = conn->security->default_decode_ticket(conn, skb, ticket_offset, in rxgk_extract_token()
H A Drxgk_common.h43 unsigned int ticket_offset, unsigned int ticket_len,