Searched refs:tcp_ao_mac_ctx (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ |
| H A D | tcp_ao.h | 48 struct tcp_ao_mac_ctx; 194 void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data, 254 void tcp_v6_ao_hash_pseudoheader(struct tcp_ao_mac_ctx *mac_ctx,
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 44 struct tcp_ao_mac_ctx { struct 73 static void tcp_ao_mac_init(struct tcp_ao_mac_ctx *mac_ctx, in tcp_ao_mac_init() 96 void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data, in tcp_ao_mac_update() 114 static void tcp_ao_mac_final(struct tcp_ao_mac_ctx *mac_ctx, u8 *out) in tcp_ao_mac_final() 536 static void tcp_v4_ao_hash_pseudoheader(struct tcp_ao_mac_ctx *mac_ctx, in tcp_v4_ao_hash_pseudoheader() 553 struct tcp_ao_mac_ctx *mac_ctx, int nbytes) in tcp_ao_hash_pseudoheader() 609 static void tcp_ao_hash_sne(struct tcp_ao_mac_ctx *mac_ctx, u32 sne) in tcp_ao_hash_sne() 616 static void tcp_ao_hash_header(struct tcp_ao_mac_ctx *mac_ctx, in tcp_ao_hash_header() 652 struct tcp_ao_mac_ctx mac_ctx; in tcp_ao_hash_hdr() 682 static void tcp_ao_hash_skb_data(struct tcp_ao_mac_ctx *mac_ctx, in tcp_ao_hash_skb_data() [all …]
|