Home
last modified time | relevance | path

Searched refs:syn (Results 1 – 25 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/arch/mips/dec/
Decc-berr.c57 u16 syn = 0, sngl; in dec_ecc_be_backend() local
117 syn = chksyn; /* Low bank. */ in dec_ecc_be_backend()
119 syn = chksyn >> 16; /* High bank. */ in dec_ecc_be_backend()
121 if (!(syn & KN0X_ESR_VLDLO)) { in dec_ecc_be_backend()
127 sngl = syn & KN0X_ESR_SNGLO; in dec_ecc_be_backend()
128 syn &= KN0X_ESR_SYNLO; in dec_ecc_be_backend()
135 if (syn == data_mbit[i]) in dec_ecc_be_backend()
156 if (syn && syn == (syn & -syn)) { in dec_ecc_be_backend()
157 if (syn == 0x01) { in dec_ecc_be_backend()
167 i = syn >> 2; in dec_ecc_be_backend()
[all …]
/kernel/linux/linux-5.10/lib/reed_solomon/
Ddecode_rs.c33 uint16_t *syn = rsc->buffers + RS_DECODE_SYN * (nroots + 1); variable
62 syn[i] = (((uint16_t) data[0]) ^ invmsk) & msk;
66 if (syn[i] == 0) {
67 syn[i] = (((uint16_t) data[j]) ^
70 syn[i] = ((((uint16_t) data[j]) ^
72 alpha_to[rs_modnn(rs, index_of[syn[i]] +
80 if (syn[i] == 0) {
81 syn[i] = ((uint16_t) par[j]) & msk;
83 syn[i] = (((uint16_t) par[j]) & msk) ^
84 alpha_to[rs_modnn(rs, index_of[syn[i]] +
[all …]
Dtest_rslib.c230 int len, uint16_t *syn) in compute_syndrome() argument
242 syn[i] = data[0]; in compute_syndrome()
244 if (syn[i] == 0) { in compute_syndrome()
245 syn[i] = data[j]; in compute_syndrome()
247 syn[i] = data[j] ^ in compute_syndrome()
248 alpha_to[rs_modnn(rs, index_of[syn[i]] in compute_syndrome()
256 syn[i] = rs->index_of[syn[i]]; in compute_syndrome()
/kernel/linux/linux-5.10/lib/
Dbch.c405 unsigned int *syn) in compute_syndromes() argument
418 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes()
427 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes()
435 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes()
444 const unsigned int *syn) in compute_error_locator_polynomial() argument
448 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial()
486 d = syn[2*i+2]; in compute_error_locator_polynomial()
488 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial()
985 unsigned int i, j, syn, syn0, count = 0; in chien_search() local
995 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dbch.h51 unsigned int *syn; member
68 const unsigned int *syn, unsigned int *errloc);
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_comp.c214 u8 syn; in check_ack() local
253 syn = aeth_syn(pkt); in check_ack()
255 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack()
271 syn = aeth_syn(pkt); in check_ack()
273 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack()
283 syn = aeth_syn(pkt); in check_ack()
284 switch (syn & AETH_TYPE_MASK) { in check_ack()
294 switch (syn) { in check_ack()
323 pr_warn("unexpected nak %x\n", syn); in check_ack()
Drxe_hdr.h756 static inline void __aeth_set_syn(void *arg, u8 syn) in __aeth_set_syn() argument
761 aeth->smsn = cpu_to_be32((AETH_SYN_MASK & (syn << 24)) | in __aeth_set_syn()
787 static inline void aeth_set_syn(struct rxe_pkt_info *pkt, u8 syn) in aeth_set_syn() argument
790 + rxe_opcode[pkt->opcode].offset[RXE_AETH], syn); in aeth_set_syn()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c135 struct sk_buff *syn, in __tcp_fastopen_cookie_gen_cipher() argument
142 const struct iphdr *iph = ip_hdr(syn); in __tcp_fastopen_cookie_gen_cipher()
153 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in __tcp_fastopen_cookie_gen_cipher()
171 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument
179 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[0], foc); in tcp_fastopen_cookie_gen()
229 struct sk_buff *syn, in tcp_fastopen_cookie_gen_check() argument
243 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[i], foc); in tcp_fastopen_cookie_gen_check()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dcore_cia.c1034 long syn; in cia_decode_ecc_error() local
1040 syn = cia->cia_syn & 0xff; in cia_decode_ecc_error()
1041 if (syn == (syn & -syn)) { in cia_decode_ecc_error()
1043 i = ffs(syn) - 1; in cia_decode_ecc_error()
1065 if (data_bit[i] == syn) in cia_decode_ecc_error()
1074 printk (fmt, syn, i); in cia_decode_ecc_error()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dipt_SYNPROXY.c31 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg4()
51 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg4()
Dnf_tproxy_ipv4.c31 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in nf_tproxy_handle_time_wait4()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dip6t_SYNPROXY.c31 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg6()
52 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg6()
/kernel/linux/linux-5.10/Documentation/core-api/
Dlibrs.rst125 uint16_t par[6], syn[6];
135 numerr = decode_rs8 (rs_decoder, data8, par, 512, syn, 0, NULL, 0, NULL);
147 uint16_t par[6], syn[6], corr[8];
157 numerr = decode_rs8 (rs_decoder, NULL, NULL, 512, syn, 0, errpos, 0, corr);
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
Dtcp.h112 uint16_t syn:1; member
126 uint16_t syn:1; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtcp.h20 syn:1, member
36 syn:1, member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtcp.h30 __u16 res1 : 4, doff : 4, fin : 1, syn : 1, rst : 1, psh : 1, ack : 1, urg : 1, ece : 1, cwr : 1; member
32 __u16 doff : 4, res1 : 4, cwr : 1, ece : 1, urg : 1, ack : 1, psh : 1, rst : 1, syn : 1, fin : 1; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h34 syn:1, member
50 syn:1, member
/kernel/linux/linux-5.10/drivers/edac/
Docteon_edac-l2c.c73 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx); in _octeon_l2c_poll_oct2()
108 err_ttgx.s.type, err_ttgx.s.syn, err_ttgx.s.wayidx); in _octeon_l2c_poll_oct2()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-l2c-defs.h82 __BITFIELD_FIELD(uint64_t syn:10,
98 __BITFIELD_FIELD(uint64_t syn:6,
Dcvmx-pow-defs.h325 uint64_t syn:5; member
335 uint64_t syn:5;
352 uint64_t syn:5; member
362 uint64_t syn:5;
/kernel/linux/linux-5.10/net/netfilter/
Dnf_synproxy_core.c701 if (!th->syn || th->ack || in ipv4_synproxy_hook()
717 if (!th->syn && th->ack && in ipv4_synproxy_hook()
740 if (!th->syn || !th->ack) in ipv4_synproxy_hook()
1124 if (!th->syn || th->ack || in ipv6_synproxy_hook()
1140 if (!th->syn && th->ack && in ipv6_synproxy_hook()
1163 if (!th->syn || !th->ack) in ipv6_synproxy_hook()
Dnft_synproxy.c56 if (tcp->syn) { in nft_synproxy_eval_v4()
87 if (tcp->syn) { in nft_synproxy_eval_v6()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dfexit_bpf2bpf.c175 tcp->syn = 0; in new_test_pkt_write_access_subprog()
Dtest_btf_skc_cls_ingress.c31 if (th->syn) { in test_syncookie_helper()
/kernel/linux/linux-5.10/net/mptcp/
Dsyncookies.c47 if (th->syn) in mptcp_join_entry_hash()

123