Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/dec/
Decc-berr.c61 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.1.27/lib/reed_solomon/
Ddecode_rs.c34 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.1.27/lib/
Dbch.c338 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.1.27/include/linux/
Dbch.h62 unsigned int *syn; member
77 const unsigned int *syn, unsigned int *errloc);
/linux-4.1.27/arch/alpha/kernel/
Dcore_cia.c1030 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.1.27/include/uapi/linux/
Dtcp.h33 syn:1, member
49 syn:1, member
/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c99 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()
Dtcp_input.c273 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
3318 if (likely(!tcp_hdr(skb)->syn)) in tcp_ack_update_window()
3358 !tcp_hdr(skb)->syn) in tcp_oow_rate_limited()
3628 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() argument
3632 if (!foc || !syn || len < 0 || (len & 1)) in tcp_parse_fastopen_option()
3677 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options()
3688 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()
3711 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()
3736 ptr, th->syn, foc, false); in tcp_parse_options()
3748 ptr + 2, th->syn, foc, true); in tcp_parse_options()
[all …]
Dtcp_minisocks.c133 if (th->syn && !before(TCP_SKB_CB(skb)->seq, tcptw->tw_rcv_nxt)) in tcp_timewait_state_process()
234 if (th->syn && !th->rst && !th->ack && !paws_reject && in tcp_timewait_state_process()
Dinet_lro.c69 tcph->rst || tcph->syn || tcph->fin) in lro_tcp_ip_check()
Dtcp_output.c2995 th->syn = 1; in tcp_make_synack()
3142 static int tcp_send_syn_data(struct sock *sk, struct sk_buff *syn) in tcp_send_syn_data() argument
3183 memcpy(syn_data->cb, syn->cb, sizeof(syn->cb)); in tcp_send_syn_data()
3205 syn->skb_mstamp = syn_data->skb_mstamp; in tcp_send_syn_data()
3224 err = tcp_transmit_skb(sk, syn, 1, sk->sk_allocation); in tcp_send_syn_data()
Dtcp_ipv4.c619 rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin + in tcp_v4_send_reset()
1373 if (!th->syn) in tcp_v4_hnd_req()
1589 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v4_rcv()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_SYNPROXY.c274 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg4()
292 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg4()
339 if (!th->syn || th->ack || in ipv4_synproxy_hook()
356 if (!th->syn && th->ack && in ipv4_synproxy_hook()
374 if (!th->syn || !th->ack) in ipv4_synproxy_hook()
Dnf_reject_ipv4.c86 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip_tcphdr_put()
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_SYNPROXY.c289 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg6()
307 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg6()
361 if (!th->syn || th->ack || in ipv6_synproxy_hook()
378 if (!th->syn && th->ack && in ipv6_synproxy_hook()
396 if (!th->syn || !th->ack) in ipv6_synproxy_hook()
Dnf_reject_ipv6.c111 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip6_tcphdr_put()
/linux-4.1.27/drivers/edac/
Docteon_edac-l2c.c74 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.1.27/arch/mips/include/asm/octeon/
Dcvmx-l2c-defs.h1137 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 …]
Dcvmx-pow-defs.h343 uint64_t syn:5; member
353 uint64_t syn:5;
371 uint64_t syn:5; member
381 uint64_t syn:5;
/linux-4.1.27/drivers/mtd/nand/
Dcafe_nand.c391 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()
Ddiskonchip.c145 uint16_t ds[4], s[5], tmp, errval[8], syn[4]; in doc_ecc_decode() local
147 memset(syn, 0, sizeof(syn)); in doc_ecc_decode()
174 syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i)); in doc_ecc_decode()
177 nerr = decode_rs16(rs, NULL, NULL, 1019, syn, 0, errpos, 0, errval); in doc_ecc_decode()
/linux-4.1.27/net/netfilter/
Dnf_log_common.c103 if (th->syn) in nf_log_dump_tcp_header()
Dxt_TPROXY.c265 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in tproxy_handle_time_wait4()
428 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in tproxy_handle_time_wait6()
Dnf_conntrack_proto_tcp.c328 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()
Dxt_osf.c212 if (!tcp->syn) in xt_osf_match_packet()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_tcp.c53 if ((th->syn || sysctl_sloppy_tcp(ipvs)) && !th->rst && in tcp_conn_schedule()
464 if (th->syn) in tcp_state_idx()
509 th->syn ? 'S' : '.', in set_tcp_state()
Dip_vs_core.c1051 return th->syn; in is_new_conn()
/linux-4.1.27/drivers/net/slip/
Dslhc.c270 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c888 ack_seq = ntohl(th->seq) + th->syn + th->fin + skb->len - in tcp_v6_send_reset()
972 if (!th->syn) in tcp_v6_hnd_req()
1350 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v6_fill_cb()
/linux-4.1.27/Documentation/networking/
Dipvs-sysctl.txt103 syn-flooding attack.
Dip-sysctl.txt510 Send out syncookies when the syn backlog queue of a socket
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.c502 tcph->syn = 1; in form_cm_frame()
2254 (u32)tcph->syn)) { in handle_tcp_options()
2354 "ack=%d rst=%d fin=%d\n", cm_node, cm_node->state, tcph->syn, in process_packet()
2359 } else if (tcph->syn) { in process_packet()
2767 if ((!tcph->syn) || (tcph->ack)) { in mini_cm_recv_pkt()
Dnes_nic.c615 tcph->syn = 0; in nes_netdev_start_xmit()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dd3.c450 pkt->tcp.syn = 1; in iwl_mvm_build_tcp_packet()
463 pkt->tcp.syn = 1; in iwl_mvm_build_tcp_packet()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1979 if (th->syn && (pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED)) in i40e_atr()
1986 !th->syn && in i40e_atr()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dtx.c1035 EFX_BUG_ON_PARANOID(tcp_hdr(skb)->syn); in tso_start()
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt297 syn=N Number of in-progress sync_cache() cache ops
/linux-4.1.27/drivers/net/wireless/b43/
Dradio_2056.c43 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.1.27/drivers/net/ethernet/neterion/
Ds2io.c8407 tcp->syn || tcp->fin || in verify_l3_l4_lro_capable()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7190 if (!th->syn && (ring->atr_count < ring->atr_sample_rate)) in ixgbe_atr()