Home
last modified time | relevance | path

Searched refs:ahp (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/ipv4/
Dah4.c126 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.1.9/net/ipv6/
Dah6.c291 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.1.9/drivers/infiniband/sw/rxe/
Drxe_av.c102 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av() argument
107 if (ahp) in rxe_get_av()
108 *ahp = NULL; in rxe_get_av()
134 if (ahp) in rxe_get_av()
135 *ahp = ah; in rxe_get_av()
Drxe_loc.h22 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dani.h20 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi) argument