Searched refs:th (Results 151 - 175 of 187) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1576 struct tcphdr *th; local
1619 th = (struct tcphdr *)((skb->data + vhdr_len) + (iph->ihl << 2));
1621 length = (iph->ihl << 2) + (th->doff << 2) + lro_length;
1624 th->psh = push;
1625 th->seq = htonl(seq_number);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2908 struct tcphdr *th; local
2955 th = (struct tcphdr *)(hdr.network + hlen);
2958 if (th->syn && test_bit(__I40E_FD_ATR_AUTO_DISABLED, pf->state))
2964 if (th->fin || th->rst)
2971 if (!th->fin &&
2972 !th->syn &&
2973 !th->rst &&
2998 dtype_cmd |= (th->fin || th
[all...]
/linux-master/net/ipv6/
H A Desp6.c808 struct tcphdr *th; local
817 th = (void *)(skb->data + offset);
822 source = th->source;
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_main.c70 const struct tcphdr *th; local
79 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
80 if (th == NULL)
84 tcpdataoff = protoff + th->doff * 4;
H A Dnf_conntrack_sip.c1535 struct tcphdr *th, _tcph; local
1549 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
1550 if (th == NULL)
1552 dataoff = protoff + th->doff * 4;
/linux-master/tools/perf/util/
H A Devlist.h76 pthread_t th; member in struct:evlist::__anon315
H A Dsort.c127 const struct thread *th = arg; local
132 return th && !RC_CHK_EQUAL(he->thread, th);
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_regs.h523 #define SET_MC_FIFO_RTHRESHOLD(dev, ctrl, vc, th) \
525 (vc) / 2), ((vc) % 2) * 16, 16, th)
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c9 w_tolerance, tl, th, t_tolerance, \
20 .t_high = th, \
371 * 4th: DFS_R37[12:0]: current pwr
372 * 4th: DFS_R37[21:16]: pwr stable counter
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c_rfk.c1598 const u8 th = 10; local
1616 if (abs(i_even_bs - i_even) > th || abs(q_even_bs - q_even) > th)
1633 if (abs(i_odd_bs - i_odd) > th || abs(q_odd_bs - q_odd) > th)
1643 const u8 th = 10; local
1645 if ((abs(val_i_bs - val_i) < th) && (abs(val_q_bs - val_q) <= th)) {
1650 if (abs(val_i_bs - val_i) > th) {
1656 if (abs(val_q_bs - val_q) > th) {
[all...]
H A Dphy.c4561 u8 th; local
4564 th = rtw89_chip_get_thermal(rtwdev, i);
4565 if (th)
4566 ewma_thermal_add(&phystat->avg_thermal[i], th);
4569 "path(%d) thermal cur=%u avg=%ld", i, th,
5616 "Dynamic PD th disabled, Set PD_low_bd=0\n");
6351 u8 th; local
6353 th = rtw89_phy_edcca_get_thre_by_rssi(rtwdev);
6354 if (th == edcca_bak->th_old)
6357 edcca_bak->th_old = th;
[all...]
H A Drtw8922a.c2135 int th; local
2147 th = rtw89_read_rf(rtwdev, rf_path, RR_TM, RR_TM_VAL_V1);
2148 th += (s8)info->thermal_trim[rf_path];
2150 return clamp_t(int, th, 0, U8_MAX);
/linux-master/net/sched/
H A Dsch_cake.c1369 const struct tcphdr *th; local
1372 th = skb_header_pointer(skb, hdr_len,
1374 if (likely(th))
1375 hdr_len += __tcp_hdrlen(th);
/linux-master/net/ipv4/
H A Desp4.c769 struct tcphdr *th = (void *)(skb_network_header(skb) + ihl); local
775 source = th->source;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c713 struct tcphdr *th; local
716 th = tcp_hdr(skb);
718 th->check = ~tcp_v4_check(skb->len - skb_transport_offset(skb),
725 struct tcphdr *th; local
728 th = tcp_hdr(skb);
730 th->check = ~tcp_v6_check(skb->len - skb_transport_offset(skb),
/linux-master/security/selinux/
H A Dhooks.c4303 struct tcphdr _tcph, *th; local
4309 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
4310 if (th == NULL)
4313 ad->u.net->sport = th->source;
4314 ad->u.net->dport = th->dest;
4405 struct tcphdr _tcph, *th; local
4407 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
4408 if (th == NULL)
4411 ad->u.net->sport = th->source;
4412 ad->u.net->dport = th
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3818 struct tcphdr *th; local
3839 th = tcp_hdr(skb);
3840 th->check = ~tcp_v4_check(skb->len - depth, iph->saddr,
3847 th = tcp_hdr(skb);
3848 th->check = ~tcp_v6_check(skb->len - depth, &iph->saddr,
3858 if (th->cwr)
3864 skb->csum_start = (unsigned char *)th - skb->head;
/linux-master/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c1387 pthread_t th; local
1414 pthread_create(&th, NULL, thread_proc, mem + 0x1000 * i * pages_per_thread);
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c219 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
234 *th = t - ah;
/linux-master/arch/m68k/fpsp040/
H A Dsatan.S27 | of X with a bit-1 attached at the 6-th bit position. Define u
/linux-master/security/smack/
H A Dsmack_lsm.c4036 struct tcphdr _tcph, *th; local
4057 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
4058 if (th != NULL)
4059 sip->sin6_port = th->source;
/linux-master/kernel/sched/
H A Dfair.c1803 unsigned int now, start, th_period, unit_th, th; local
1816 th = pgdat->nbp_threshold ? : ref_th;
1818 th = max(th - unit_th, unit_th);
1820 th = min(th + unit_th, ref_th * 2);
1822 pgdat->nbp_threshold = th;
1847 unsigned int latency, th, def_th; local
1861 th = pgdat->nbp_threshold ? : def_th;
1863 if (latency >= th)
[all...]
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c4046 struct tcphdr *th; local
4050 th = (struct tcphdr *)(((unsigned char *)ip) +
4055 queue = (ntohs(th->source) +
4056 ntohs(th->dest)) &
4062 queue = (ntohs(th->source) +
4063 ntohs(th->dest)) &
/linux-master/drivers/s390/net/
H A Dctcm_mpc.c272 ctcm_pr_debug("th->seg : %02x\n", header->th_seg);
273 ctcm_pr_debug("th->ch : %02x\n", header->th_ch_flag);
274 ctcm_pr_debug("th->blk_flag: %02x\n", header->th_blk_flag);
275 ctcm_pr_debug("th->type : %s\n",
277 ctcm_pr_debug("th->seqnum : %04x\n", header->th_seq_num);
659 header->th.th_ch_flag = TH_SWEEP_RESP;
1172 mpcginfo->th = header;
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py648 .fstat th {width:55px;}\n\

Completed in 736 milliseconds

12345678