/linux-4.4.14/arch/mips/dec/ |
D | ecc-berr.c | 61 u16 syn = 0, sngl; in dec_ecc_be_backend() local 121 syn = chksyn; /* Low bank. */ in dec_ecc_be_backend() 123 syn = chksyn >> 16; /* High bank. */ in dec_ecc_be_backend() 125 if (!(syn & KN0X_ESR_VLDLO)) { in dec_ecc_be_backend() 131 sngl = syn & KN0X_ESR_SNGLO; in dec_ecc_be_backend() 132 syn &= KN0X_ESR_SYNLO; in dec_ecc_be_backend() 139 if (syn == data_mbit[i]) in dec_ecc_be_backend() 160 if (syn && syn == (syn & -syn)) { in dec_ecc_be_backend() 161 if (syn == 0x01) { in dec_ecc_be_backend() 171 i = syn >> 2; in dec_ecc_be_backend() [all …]
|
/linux-4.4.14/lib/reed_solomon/ |
D | decode_rs.c | 34 uint16_t lambda[nroots + 1], syn[nroots]; variable 51 syn[i] = (((uint16_t) data[0]) ^ invmsk) & msk; 55 if (syn[i] == 0) { 56 syn[i] = (((uint16_t) data[j]) ^ 59 syn[i] = ((((uint16_t) data[j]) ^ 61 alpha_to[rs_modnn(rs, index_of[syn[i]] + 69 if (syn[i] == 0) { 70 syn[i] = ((uint16_t) par[j]) & msk; 72 syn[i] = (((uint16_t) par[j]) & msk) ^ 73 alpha_to[rs_modnn(rs, index_of[syn[i]] + [all …]
|
/linux-4.4.14/lib/ |
D | bch.c | 338 unsigned int *syn) in compute_syndromes() argument 351 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 360 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 368 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 377 const unsigned int *syn) in compute_error_locator_polynomial() argument 381 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 419 d = syn[2*i+2]; in compute_error_locator_polynomial() 421 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 918 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 928 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
/linux-4.4.14/include/linux/ |
D | bch.h | 62 unsigned int *syn; member 77 const unsigned int *syn, unsigned int *errloc);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | core_cia.c | 1030 long syn; in cia_decode_ecc_error() local 1036 syn = cia->cia_syn & 0xff; in cia_decode_ecc_error() 1037 if (syn == (syn & -syn)) { in cia_decode_ecc_error() 1039 i = ffs(syn) - 1; in cia_decode_ecc_error() 1061 if (data_bit[i] == syn) in cia_decode_ecc_error() 1070 printk (fmt, syn, i); in cia_decode_ecc_error()
|
/linux-4.4.14/include/uapi/linux/ |
D | tcp.h | 33 syn:1, member 49 syn:1, member
|
/linux-4.4.14/net/ipv4/ |
D | tcp_fastopen.c | 99 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument 103 const struct iphdr *iph = ip_hdr(syn); in tcp_fastopen_cookie_gen() 111 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in tcp_fastopen_cookie_gen()
|
D | tcp_input.c | 277 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo() 3362 if (likely(!tcp_hdr(skb)->syn)) in tcp_ack_update_window() 3405 !tcp_hdr(skb)->syn) in tcp_oow_rate_limited() 3677 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() argument 3681 if (!foc || !syn || len < 0 || (len & 1)) in tcp_parse_fastopen_option() 3726 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options() 3737 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options() 3760 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options() 3785 ptr, th->syn, foc, false); in tcp_parse_options() 3797 ptr + 2, th->syn, foc, true); in tcp_parse_options() [all …]
|
D | tcp_minisocks.c | 133 if (th->syn && !before(TCP_SKB_CB(skb)->seq, tcptw->tw_rcv_nxt)) in tcp_timewait_state_process() 232 if (th->syn && !th->rst && !th->ack && !paws_reject && in tcp_timewait_state_process()
|
D | inet_lro.c | 69 tcph->rst || tcph->syn || tcph->fin) in lro_tcp_ip_check()
|
D | tcp_output.c | 3004 th->syn = 1; in tcp_make_synack() 3151 static int tcp_send_syn_data(struct sock *sk, struct sk_buff *syn) in tcp_send_syn_data() argument 3192 memcpy(syn_data->cb, syn->cb, sizeof(syn->cb)); in tcp_send_syn_data() 3214 syn->skb_mstamp = syn_data->skb_mstamp; in tcp_send_syn_data() 3233 err = tcp_transmit_skb(sk, syn, 1, sk->sk_allocation); in tcp_send_syn_data()
|
D | tcp_ipv4.c | 622 rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin + in tcp_v4_send_reset() 1360 if (!th->syn) in tcp_v4_cookie_check() 1576 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v4_rcv()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 279 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg4() 297 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg4() 344 if (!th->syn || th->ack || in ipv4_synproxy_hook() 361 if (!th->syn && th->ack && in ipv4_synproxy_hook() 379 if (!th->syn || !th->ack) in ipv4_synproxy_hook()
|
D | nf_reject_ipv4.c | 86 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip_tcphdr_put()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 292 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg6() 310 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg6() 364 if (!th->syn || th->ack || in ipv6_synproxy_hook() 381 if (!th->syn && th->ack && in ipv6_synproxy_hook() 399 if (!th->syn || !th->ack) in ipv6_synproxy_hook()
|
D | nf_reject_ipv6.c | 111 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip6_tcphdr_put()
|
/linux-4.4.14/drivers/edac/ |
D | octeon_edac-l2c.c | 74 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx); in _octeon_l2c_poll_oct2() 109 err_ttgx.s.type, err_ttgx.s.syn, err_ttgx.s.wayidx); in _octeon_l2c_poll_oct2()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-l2c-defs.h | 1137 uint64_t syn:10; member 1147 uint64_t syn:10; 1160 uint64_t syn:10; member 1170 uint64_t syn:10; 1183 uint64_t syn:10; member 1193 uint64_t syn:10; 1215 uint64_t syn:6; member 1225 uint64_t syn:6; 1238 uint64_t syn:6; member 1248 uint64_t syn:6; [all …]
|
D | cvmx-pow-defs.h | 349 uint64_t syn:5; member 359 uint64_t syn:5; 377 uint64_t syn:5; member 387 uint64_t syn:5;
|
/linux-4.4.14/drivers/mtd/nand/ |
D | cafe_nand.c | 391 unsigned short syn[8], pat[4]; in cafe_nand_read_page() local 398 syn[i] = cafe->rs->index_of[tmp & 0xfff]; in cafe_nand_read_page() 399 syn[i+1] = cafe->rs->index_of[(tmp >> 16) & 0xfff]; in cafe_nand_read_page() 402 n = decode_rs16(cafe->rs, NULL, NULL, 1367, syn, 0, pos, 0, in cafe_nand_read_page()
|
D | diskonchip.c | 148 uint16_t ds[4], s[5], tmp, errval[8], syn[4]; in doc_ecc_decode() local 150 memset(syn, 0, sizeof(syn)); in doc_ecc_decode() 177 syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i)); in doc_ecc_decode() 180 nerr = decode_rs16(rs, NULL, NULL, 1019, syn, 0, errpos, 0, errval); in doc_ecc_decode()
|
/linux-4.4.14/net/netfilter/ |
D | nf_log_common.c | 103 if (th->syn) in nf_log_dump_tcp_header()
|
D | xt_TPROXY.c | 265 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in tproxy_handle_time_wait4() 427 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in tproxy_handle_time_wait6()
|
D | nf_conntrack_proto_tcp.c | 328 else if (tcph->syn) return (tcph->ack ? TCP_SYNACK_SET : TCP_SYN_SET); in get_conntrack_index() 371 + (tcph->syn ? 1 : 0) + (tcph->fin ? 1 : 0)); in segment_seq_plus_len() 550 if (tcph->syn) { in tcp_in_window() 656 if (!tcph->syn) in tcp_in_window() 1049 (th->syn ? 1 : 0), (th->ack ? 1 : 0), in tcp_packet()
|
D | xt_osf.c | 212 if (!tcp->syn) in xt_osf_match_packet()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 51 if (th->rst || !(sysctl_sloppy_tcp(ipvs) || th->syn)) in tcp_conn_schedule() 484 if (th->syn) in tcp_state_idx() 529 th->syn ? 'S' : '.', in set_tcp_state()
|
D | ip_vs_core.c | 1066 return th->syn; in is_new_conn()
|
/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 270 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 891 ack_seq = ntohl(th->seq) + th->syn + th->fin + skb->len - in tcp_v6_send_reset() 949 if (!th->syn) in tcp_v6_cookie_check() 1329 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v6_fill_cb()
|
/linux-4.4.14/Documentation/networking/ |
D | ipvs-sysctl.txt | 103 syn-flooding attack.
|
D | ip-sysctl.txt | 536 Send out syncookies when the syn backlog queue of a socket
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 502 tcph->syn = 1; in form_cm_frame() 2257 (u32)tcph->syn)) { in handle_tcp_options() 2357 "ack=%d rst=%d fin=%d\n", cm_node, cm_node->state, tcph->syn, in process_packet() 2362 } else if (tcph->syn) { in process_packet() 2770 if ((!tcph->syn) || (tcph->ack)) { in mini_cm_recv_pkt()
|
D | nes_nic.c | 615 tcph->syn = 0; in nes_netdev_start_xmit()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 444 pkt->tcp.syn = 1; in iwl_mvm_build_tcp_packet() 457 pkt->tcp.syn = 1; in iwl_mvm_build_tcp_packet()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | tx.c | 1036 EFX_BUG_ON_PARANOID(tcp_hdr(skb)->syn); in tso_start()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 2028 if (th->syn && (pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED)) in i40e_atr() 2042 !th->syn && in i40e_atr()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 298 syn=N Number of in-progress sync_cache() cache ops
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | radio_2056.c | 43 const struct b2056_inittab_entry *syn; member 3022 .syn = prefix##_syn, \ 10240 B2056_SYN, pts->syn, pts->syn_length); in b2056_upload_inittabs() 10262 e = &pts->syn[B2056_SYN_PLL_CP2]; in b2056_upload_syn_pll_cp2()
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 8383 tcp->syn || tcp->fin || in verify_l3_l4_lro_capable()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 7395 if (!th->syn && (ring->atr_count < ring->atr_sample_rate)) in ixgbe_atr()
|