Searched refs:ahp (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_loc.h18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
H A Drxe_av.c131 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) argument
136 if (ahp)
137 *ahp = NULL;
163 if (ahp)
164 *ahp = ah;
/linux-master/net/ipv6/
H A Dah6.c288 struct ah_data *ahp = x->data; local
301 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
330 struct ah_data *ahp; local
337 ahp = x->data;
338 ahash = ahp->ahash;
368 memset(ah->auth_data, 0, ahp->icv_trunc_len);
403 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2;
434 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
458 struct ah_data *ahp = x->data; local
468 icv = ah_tmp_icv(auth_data, ahp
516 struct ah_data *ahp; local
668 struct ah_data *ahp = NULL; local
744 struct ah_data *ahp = x->data; local
[all...]
/linux-master/net/ipv4/
H A Dah4.c123 struct ah_data *ahp = x->data; local
130 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
156 struct ah_data *ahp; local
162 ahp = x->data;
163 ahash = ahp->ahash;
187 memset(ah->auth_data, 0, ahp->icv_trunc_len);
213 ah->hdrlen = (XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2;
215 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2;
246 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
269 struct ah_data *ahp local
314 struct ah_data *ahp; local
473 struct ah_data *ahp = NULL; local
544 struct ah_data *ahp = x->data; local
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dani.h20 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi)

Completed in 160 milliseconds