| /f-stack/freebsd/contrib/ngatm/netnatm/saal/ |
| H A D | saal_sscop.c | 170 if(m->seqno == rn) { in QFIND() 182 if (_m->seqno > (M)->seqno) { \ 1459 union seqno seqno; in send_ustat() local 1476 seqno.sscop_n = f; in send_ustat() 1527 union seqno seqno; in send_poll() local 1554 union seqno seqno; in send_stat() local 1579 union seqno seqno; in send_endak() local 1603 union seqno seqno; in send_erak() local 1667 union seqno seqno; in send_rsak() local 3926 sn = msg->seqno; in sscop_ready_sd() [all …]
|
| H A D | sscoppriv.h | 81 union seqno { union 188 u_int seqno; /* seq no */ member
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 160 struct iovec *outiov, int iovcnt, uint64_t seqno, in ktls_ocf_tls_cbc_encrypt() argument 181 if (os->next_seqno != seqno) { in ktls_ocf_tls_cbc_encrypt() 184 (uintmax_t)os->next_seqno, (uintmax_t)seqno); in ktls_ocf_tls_cbc_encrypt() 209 ad.seq = htobe64(seqno); in ktls_ocf_tls_cbc_encrypt() 309 os->next_seqno = seqno + 1; in ktls_ocf_tls_cbc_encrypt() 320 struct iovec *outiov, int iovcnt, uint64_t seqno, in ktls_ocf_tls12_gcm_encrypt() argument 355 ad.seq = htobe64(seqno); in ktls_ocf_tls12_gcm_encrypt() 407 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls12_gcm_decrypt() argument 431 ad.seq = htobe64(seqno); in ktls_ocf_tls12_gcm_decrypt() 458 struct iovec *outiov, int iovcnt, uint64_t seqno, uint8_t record_type) in ktls_ocf_tls13_gcm_encrypt() argument [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | ktls.h | 189 uint64_t seqno, uint8_t record_type); 192 uint64_t seqno, int *trailer_len);
|
| H A D | aio.h | 147 uint64_t seqno; /* (*) job number */ member
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_output.c | 891 ieee80211_seq seqno; in ieee80211_send_setup() local 984 seqno = ni->ni_txseqs[tid]++; in ieee80211_send_setup() 987 seqno = 0; in ieee80211_send_setup() 991 M_SEQNO_SET(m, seqno); in ieee80211_send_setup() 1475 ieee80211_seq seqno; in ieee80211_encap() local 1835 seqno = ni->ni_txseqs[tid]++; in ieee80211_encap() 1851 M_SEQNO_SET(m, seqno); in ieee80211_encap() 1865 M_SEQNO_SET(m, seqno); in ieee80211_encap() 3706 ieee80211_seq seqno; in ieee80211_beacon_update() local 3786 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT); in ieee80211_beacon_update() [all …]
|
| H A D | ieee80211_freebsd.h | 336 #define M_SEQNO_SET(m, seqno) \ argument 337 ((m)->m_pkthdr.tso_segsz = (seqno))
|
| H A D | ieee80211_ht.c | 945 ieee80211_seq seqno; in ampdu_rx_flush_upto() local 955 seqno = rap->rxa_start; in ampdu_rx_flush_upto() 960 if (!IEEE80211_SEQ_BA_BEFORE(seqno, winstart)) in ampdu_rx_flush_upto() 964 seqno = IEEE80211_SEQ_INC(seqno); in ampdu_rx_flush_upto() 970 seqno, in ampdu_rx_flush_upto() 986 rap->rxa_start = seqno; in ampdu_rx_flush_upto()
|
| /f-stack/freebsd/net/ |
| H A D | debugnet.h | 193 int debugnet_ack_output(struct debugnet_pcb *, uint32_t seqno /*net endian*/);
|
| H A D | debugnet.c | 191 debugnet_ack_output(struct debugnet_pcb *pcb, uint32_t seqno /* net endian */) in debugnet_ack_output() argument 196 DNETDEBUG("Acking with seqno %u\n", ntohl(seqno)); in debugnet_ack_output() 207 dn_ack->da_seqno = seqno; in debugnet_ack_output()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.h | 133 __be32 seqno; member
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_dcb.h | 122 __be32 seqno; member
|
| /f-stack/tools/route/ |
| H A D | route.c | 502 int mib[7], rlen, seqno, count = 0; in flushroutes_fib() local 535 seqno = 0; /* ??? */ in flushroutes_fib() 551 rtm->rtm_seq = seqno; in flushroutes_fib() 562 seqno++; in flushroutes_fib()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_aio.c | 923 job->seqno >= sjob->seqno) in aio_bio_done_notify() 1626 job->seqno = jobseqno++; in aio_aqueue() 1812 job2->seqno < job->seqno) { in aio_queue_file()
|
| H A D | uipc_ktls.c | 1762 uint64_t seqno; in ktls_decrypt() local 1820 seqno = sb->sb_tls_seqno; in ktls_decrypt() 1825 error = tls->sw_decrypt(tls, hdr, data, seqno, &trail_len); in ktls_decrypt()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | unistruct.h | 1096 u_int seqno; member
|
| H A D | uni_ie.c | 6808 uni_print_entry(cx, "seqno", "0x%x", ie->seqno); in DEF_IE_PRINT() 6823 APP_32BIT(msg, ie->seqno); in DEF_IE_ENCODE() 6836 ie->seqno = *msg->b_rptr++ << 24; in DEF_IE_DECODE() 6837 ie->seqno |= *msg->b_rptr++ << 16; in DEF_IE_DECODE() 6838 ie->seqno |= *msg->b_rptr++ << 8; in DEF_IE_DECODE() 6839 ie->seqno |= *msg->b_rptr++ << 0; in DEF_IE_DECODE()
|