Searched refs:ahp (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/ipv4/ |
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->icv_trunc_len); in ah_output() [all …]
|
/linux-6.6.21/net/ipv6/ |
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 = x->data; in ah6_input_done() local [all …]
|
/linux-6.6.21/drivers/infiniband/sw/rxe/ |
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()
|
D | rxe_loc.h | 18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
|
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ani.h | 20 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi) argument
|