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

/include/net/sctp/
H A Dulpqueue.h76 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn);
H A Dulpevent.h52 __u16 ssn; member in struct:sctp_ulpevent
H A Dstructs.h390 __u16 *ssn; member in struct:sctp_stream
407 return stream->ssn[id];
413 return stream->ssn[id]++;
416 /* Skip over this ssn and all below. */
418 __u16 ssn)
420 stream->ssn[id] = ssn+1;
1707 /* This tracks outbound ssn for a given stream. */
417 sctp_ssn_skip(struct sctp_stream *stream, __u16 id, __u16 ssn) argument
H A Dsm.h204 __u16 ssn);
/include/linux/
H A Dsctp.h225 __be16 ssn; member in struct:sctp_datahdr
587 __be16 ssn; member in struct:sctp_fwdtsn_skip
H A Dieee80211.h144 #define IEEE80211_SN_TO_SEQ(ssn) (((ssn) << 4) & IEEE80211_SCTL_SEQ)
/include/linux/mlx4/
H A Dqp.h196 __be32 ssn; member in struct:mlx4_qp_context
/include/linux/mlx5/
H A Dqp.h408 __be32 ssn; member in struct:mlx5_qp_context
/include/net/
H A Dmac80211.h2635 * ieee80211_ampdu_mlme_action. Starting sequence number (@ssn)
2946 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
4549 * @ssn: the new starting sequence number for the receiver
4551 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);

Completed in 457 milliseconds