include/net/tcp_ao.h
194
void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data,
include/net/tcp_ao.h
254
void tcp_v6_ao_hash_pseudoheader(struct tcp_ao_mac_ctx *mac_ctx,
include/net/tcp_ao.h
48
struct tcp_ao_mac_ctx;
net/ipv4/tcp_ao.c
114
static void tcp_ao_mac_final(struct tcp_ao_mac_ctx *mac_ctx, u8 *out)
net/ipv4/tcp_ao.c
536
static void tcp_v4_ao_hash_pseudoheader(struct tcp_ao_mac_ctx *mac_ctx,
net/ipv4/tcp_ao.c
553
struct tcp_ao_mac_ctx *mac_ctx, int nbytes)
net/ipv4/tcp_ao.c
609
static void tcp_ao_hash_sne(struct tcp_ao_mac_ctx *mac_ctx, u32 sne)
net/ipv4/tcp_ao.c
616
static void tcp_ao_hash_header(struct tcp_ao_mac_ctx *mac_ctx,
net/ipv4/tcp_ao.c
652
struct tcp_ao_mac_ctx mac_ctx;
net/ipv4/tcp_ao.c
682
static void tcp_ao_hash_skb_data(struct tcp_ao_mac_ctx *mac_ctx,
net/ipv4/tcp_ao.c
719
struct tcp_ao_mac_ctx mac_ctx;
net/ipv4/tcp_ao.c
73
static void tcp_ao_mac_init(struct tcp_ao_mac_ctx *mac_ctx,
net/ipv4/tcp_ao.c
96
void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data,
net/ipv6/tcp_ao.c
104
void tcp_v6_ao_hash_pseudoheader(struct tcp_ao_mac_ctx *mac_ctx,