/linux/arch/mips/dec/ |
A D | ecc-berr.c | 57 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 …]
|
/linux/lib/reed_solomon/ |
A D | decode_rs.c | 33 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 …]
|
A D | test_rslib.c | 230 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()
|
/linux/lib/ |
A D | bch.c | 405 unsigned int *syn) in compute_syndromes() argument 418 memset(syn, 0, 2*t*sizeof(*syn)); 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 486 d = syn[2*i+2]; in compute_error_locator_polynomial() 998 syn ^= a_pow(bch, m+j*i); in chien_search() 1000 if (syn == 0) { in chien_search() 1067 if (!syn) { in bch_decode() 1090 syn = bch->syn; in bch_decode() 1382 bch->syn = bch_alloc(2*t*sizeof(*bch->syn), &err); in bch_init() [all …]
|
/linux/drivers/infiniband/sw/rxe/ |
A D | rxe_comp.c | 215 u8 syn; in check_ack() local 254 syn = aeth_syn(pkt); in check_ack() 256 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 272 syn = aeth_syn(pkt); in check_ack() 274 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 284 syn = aeth_syn(pkt); in check_ack() 285 switch (syn & AETH_TYPE_MASK) { in check_ack() 295 switch (syn) { in check_ack() 324 pr_warn("unexpected nak %x\n", syn); in check_ack()
|
A D | rxe_hdr.h | 755 static inline void __aeth_set_syn(void *arg, u8 syn) in __aeth_set_syn() argument 760 aeth->smsn = cpu_to_be32((AETH_SYN_MASK & (syn << 24)) | in __aeth_set_syn() 786 static inline void aeth_set_syn(struct rxe_pkt_info *pkt, u8 syn) in aeth_set_syn() argument 789 rxe_opcode[pkt->opcode].offset[RXE_AETH], syn); in aeth_set_syn()
|
/linux/net/ipv4/ |
A D | tcp_fastopen.c | 118 struct sk_buff *syn, in __tcp_fastopen_cookie_gen_cipher() argument 125 const struct iphdr *iph = ip_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 136 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 154 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument 162 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[0], foc); in tcp_fastopen_cookie_gen() 212 struct sk_buff *syn, in tcp_fastopen_cookie_gen_check() argument 226 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[i], foc); in tcp_fastopen_cookie_gen_check()
|
/linux/include/linux/ |
A D | bch.h | 51 unsigned int *syn; member 68 const unsigned int *syn, unsigned int *errloc);
|
/linux/arch/alpha/kernel/ |
A D | core_cia.c | 1034 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()
|
/linux/net/ipv4/netfilter/ |
A D | ipt_SYNPROXY.c | 31 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()
|
A D | nf_tproxy_ipv4.c | 31 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in nf_tproxy_handle_time_wait4()
|
/linux/net/ipv6/netfilter/ |
A D | ip6t_SYNPROXY.c | 31 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()
|
/linux/Documentation/core-api/ |
A D | librs.rst | 125 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);
|
/linux/drivers/edac/ |
A D | octeon_edac-l2c.c | 73 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()
|
/linux/tools/include/uapi/linux/ |
A D | tcp.h | 34 syn:1, member 50 syn:1, member
|
/linux/include/uapi/linux/ |
A D | tcp.h | 34 syn:1, member 50 syn:1, member
|
/linux/arch/mips/include/asm/octeon/ |
A D | cvmx-l2c-defs.h | 82 __BITFIELD_FIELD(uint64_t syn:10, 98 __BITFIELD_FIELD(uint64_t syn:6,
|
A D | cvmx-pow-defs.h | 325 uint64_t syn:5; member 335 uint64_t syn:5; 352 uint64_t syn:5; member 362 uint64_t syn:5;
|
/linux/net/netfilter/ |
A D | nf_synproxy_core.c | 701 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()
|
A D | nft_synproxy.c | 56 if (tcp->syn) { in nft_synproxy_eval_v4() 87 if (tcp->syn) { in nft_synproxy_eval_v6()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_migrate_reuseport.c | 90 if (!tcp->syn && tcp->ack) in drop_ack()
|
A D | test_tcpbpf_kern.c | 126 v = thdr->syn; in bpf_testcb()
|
A D | fexit_bpf2bpf.c | 175 tcp->syn = 0; in new_test_pkt_write_access_subprog()
|
/linux/drivers/mtd/nand/raw/ |
A D | cafe_nand.c | 385 unsigned short syn[8], pat[4]; in cafe_nand_read_page() local 393 syn[i] = cafe->rs->codec->index_of[tmp & 0xfff]; in cafe_nand_read_page() 394 syn[i+1] = cafe->rs->codec->index_of[(tmp >> 16) & 0xfff]; in cafe_nand_read_page() 397 n = decode_rs16(cafe->rs, NULL, NULL, 1367, syn, 0, pos, 0, in cafe_nand_read_page()
|
/linux/net/mptcp/ |
A D | syncookies.c | 47 if (th->syn) in mptcp_join_entry_hash()
|