/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ah4.c | 126 struct ah_data *ahp = x->data; in ah_output_done() local 132 icv = ah_tmp_icv(ahp->ahash, iph, ihl); in ah_output_done() 133 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 159 struct ah_data *ahp; in ah_output() local 165 ahp = x->data; in ah_output() 166 ahash = ahp->ahash; in ah_output() 190 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah_output() 216 ah->hdrlen = (XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output() 218 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output() 249 memcpy(ah->auth_data, icv, ahp in ah_output() 272 struct ah_data *ahp = x->data; ah_input_done() local 317 struct ah_data *ahp; ah_input() local 475 struct ah_data *ahp = NULL; ah_init_state() local 541 struct ah_data *ahp = x->data; ah_destroy() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ah4.c | 126 struct ah_data *ahp = x->data; in ah_output_done() local 132 icv = ah_tmp_icv(ahp->ahash, iph, ihl); in ah_output_done() 133 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 159 struct ah_data *ahp; in ah_output() local 165 ahp = x->data; in ah_output() 166 ahash = ahp->ahash; in ah_output() 190 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah_output() 216 ah->hdrlen = (XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output() 218 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output() 249 memcpy(ah->auth_data, icv, ahp in ah_output() 272 struct ah_data *ahp = x->data; ah_input_done() local 317 struct ah_data *ahp; ah_input() local 476 struct ah_data *ahp = NULL; ah_init_state() local 547 struct ah_data *ahp = x->data; ah_destroy() local [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ah6.c | 294 struct ah_data *ahp = x->data; in ah6_output_done() local 305 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done() 307 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output_done() 336 struct ah_data *ahp; in ah6_output() local 343 ahp = x->data; in ah6_output() 344 ahash = ahp->ahash; in ah6_output() 374 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah6_output() 409 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah6_output() 440 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output() 464 struct ah_data *ahp in ah6_input_done() local 522 struct ah_data *ahp; ah6_input() local 674 struct ah_data *ahp = NULL; ah6_init_state() local 743 struct ah_data *ahp = x->data; ah6_destroy() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ah6.c | 291 struct ah_data *ahp = x->data; in ah6_output_done() local 302 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done() 304 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output_done() 333 struct ah_data *ahp; in ah6_output() local 340 ahp = x->data; in ah6_output() 341 ahash = ahp->ahash; in ah6_output() 371 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah6_output() 406 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah6_output() 437 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output() 461 struct ah_data *ahp in ah6_input_done() local 519 struct ah_data *ahp; ah6_input() local 671 struct ah_data *ahp = NULL; ah6_init_state() local 747 struct ah_data *ahp = x->data; ah6_destroy() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_av.c | 131 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av() argument 136 if (ahp) in rxe_get_av() 137 *ahp = NULL; in rxe_get_av() 163 if (ahp) in rxe_get_av() 164 *ahp = ah; in rxe_get_av()
|
H A D | rxe_loc.h | 18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ani.h | 20 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi)
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ani.h | 20 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi)
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 161 while getopts e:ahp: opt; do
|