Searched refs:tcp_ao_calc_traffic_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | tcp_ao.c | 46 err = tcp_ao_calc_traffic_key(mkt, key, tmp, sizeof(*tmp), &hp); in tcp_v6_ao_calc_key()
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 191 int tcp_ao_calc_traffic_key(struct tcp_ao_key *mkt, u8 *key, void *ctx,
|
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 23 int tcp_ao_calc_traffic_key(struct tcp_ao_key *mkt, u8 *key, void *ctx, in tcp_ao_calc_traffic_key() function 367 err = tcp_ao_calc_traffic_key(mkt, key, tmp, sizeof(*tmp), &hp); in tcp_v4_ao_calc_key()
|