Searched refs:isfrag (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c374 struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, int *keyix)
407 if ((k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && !isfrag)
501 int error, iswep, ismcast, isfrag, ismrr; local
522 isfrag = m0->m_flags & M_FRAG;
531 if (! ath_tx_tag_crypto(sc, ni, m0, iswep, isfrag, &hdrlen, &pktlen, &keyix)) {
691 if (isfrag) {
746 if (isfrag) {
795 if (isfrag)
373 ath_tx_tag_crypto(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, int *keyix) argument

Completed in 44 milliseconds