Searched refs:tcp_ao_mac_update (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 96 void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data, in tcp_ao_mac_update() function 547 tcp_ao_mac_update(mac_ctx, &phdr, sizeof(phdr)); in tcp_v4_ao_hash_pseudoheader() 613 tcp_ao_mac_update(mac_ctx, &sne_be32, sizeof(sne_be32)); in tcp_ao_hash_sne() 642 tcp_ao_mac_update(mac_ctx, hdr, len); in tcp_ao_hash_header() 692 tcp_ao_mac_update(mac_ctx, (const u8 *)tcp_hdr(skb) + header_len, in tcp_ao_hash_skb_data() 704 tcp_ao_mac_update(mac_ctx, vaddr + p_off, p_len); in tcp_ao_hash_skb_data()
|
| /linux/include/net/ |
| H A D | tcp_ao.h | 194 void tcp_ao_mac_update(struct tcp_ao_mac_ctx *mac_ctx, const void *data,
|