Home
last modified time | relevance | path

Searched refs:ao_calc_key_sk (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c2077 .ao_calc_key_sk = tcp_v6_ao_calc_key_sk,
2111 .ao_calc_key_sk = tcp_v4_ao_calc_key_sk,
/linux-6.12.1/net/ipv4/
Dtcp_ao.c834 tp->af_specific->ao_calc_key_sk(key, traffic_key, in tcp_ao_transmit_skb()
Dtcp_ipv4.c2481 .ao_calc_key_sk = tcp_v4_ao_calc_key_sk,
/linux-6.12.1/include/net/
Dtcp.h2256 int (*ao_calc_key_sk)(struct tcp_ao_key *mkt, u8 *key, member