Home
last modified time | relevance | path

Searched +full:4 +full:th (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dregs-fimc.h30 /* Y 4th frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
46 /* Cr 4th frame start address for output DMA */
120 /* Y 5th frame start address for output DMA */
122 /* Y 6th frame start address for output DMA */
124 /* Y 7th frame start address for output DMA */
126 /* Y 8th frame start address for output DMA */
128 /* Y 9th frame start address for output DMA */
130 /* Y 10th frame start address for output DMA */
132 /* Y 11th frame start address for output DMA */
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/exynos/
Dregs-fimc.h33 /* Y 4th frame start address for output DMA */
41 /* Cb 4th frame start address for output DMA */
49 /* Cr 4th frame start address for output DMA */
123 /* Y 5th frame start address for output DMA */
125 /* Y 6th frame start address for output DMA */
127 /* Y 7th frame start address for output DMA */
129 /* Y 8th frame start address for output DMA */
131 /* Y 9th frame start address for output DMA */
133 /* Y 10th frame start address for output DMA */
135 /* Y 11th frame start address for output DMA */
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dnf_synproxy_core.c29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() argument
31 int length = (th->doff * 4) - sizeof(*th); in synproxy_parse_options()
37 ptr = skb_header_pointer(skb, doff + sizeof(*th), length, buf); in synproxy_parse_options()
79 opts->tsecr = get_unaligned_be32(ptr + 4); in synproxy_parse_options()
115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() argument
117 __be32 *ptr = (__be32 *)(th + 1); in synproxy_build_options()
165 opts->tsval |= 1 << 4; in synproxy_init_timestamp_cookie()
179 opts->options |= opts->tsecr & (1 << 4) ? NF_SYNPROXY_OPT_SACK_PERM : 0; in synproxy_check_timestamp_cookie()
186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() argument
197 optend = protoff + th->doff * 4; in synproxy_tstamp_adjust()
[all …]
Dxt_tcpmss.c28 const struct tcphdr *th; in tcpmss_mt() local
30 /* tcp.doff is only 4 bits, ie. max 15 * 4 bytes */ in tcpmss_mt()
32 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt()
36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt()
37 if (th == NULL) in tcpmss_mt()
41 if (th->doff*4 < sizeof(*th)) in tcpmss_mt()
44 optlen = th->doff*4 - sizeof(*th); in tcpmss_mt()
49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt()
Dnf_log_common.c58 const struct tcphdr *th; in nf_log_dump_tcp_header() local
67 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in nf_log_dump_tcp_header()
68 if (th == NULL) { in nf_log_dump_tcp_header()
75 ntohs(th->source), ntohs(th->dest)); in nf_log_dump_tcp_header()
79 ntohl(th->seq), ntohl(th->ack_seq)); in nf_log_dump_tcp_header()
83 nf_log_buf_add(m, "WINDOW=%u ", ntohs(th->window)); in nf_log_dump_tcp_header()
85 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
88 if (th->cwr) in nf_log_dump_tcp_header()
90 if (th->ece) in nf_log_dump_tcp_header()
92 if (th->urg) in nf_log_dump_tcp_header()
[all …]
/kernel/linux/linux-4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c29 iph->version = 4; in synproxy_build_ip()
30 iph->ihl = sizeof(*iph) / 4; in synproxy_build_ip()
74 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() argument
96 nth->source = th->dest; in synproxy_send_client_synack()
97 nth->dest = th->source; in synproxy_send_client_synack()
98 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
99 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack()
103 nth->doff = tcp_hdr_size / 4; in synproxy_send_client_synack()
116 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() argument
138 nth->source = th->source; in synproxy_send_server_syn()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c35 struct tcphdr th; in __check_active_hdr_in() member
47 /* The option is 4 bytes long instead of 2 bytes */ in __check_active_hdr_in()
53 hdr.reg_opt.len = 4; in __check_active_hdr_in()
62 if (ret != 4 || hdr.reg_opt.len != 4 || hdr.reg_opt.kind != 0xB9 || in __check_active_hdr_in()
76 hdr.exprm_opt.len = 4; in __check_active_hdr_in()
85 if (ret != 4 || hdr.exprm_opt.len != 4 || in __check_active_hdr_in()
118 if (hdr.th.dest != passive_lport_n || hdr.th.source != active_lport_n) in __check_active_hdr_in()
131 struct tcphdr *th; in check_active_hdr_in() local
136 th = skops->skb_data; in check_active_hdr_in()
137 if (th + 1 > skops->skb_data_end) in check_active_hdr_in()
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_offload.c40 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local
46 th->check = 0; in tcp4_gso_segment()
59 struct tcphdr *th; in tcp_gso_segment() local
69 th = tcp_hdr(skb); in tcp_gso_segment()
70 thlen = th->doff * 4; in tcp_gso_segment()
71 if (thlen < sizeof(*th)) in tcp_gso_segment()
115 th = tcp_hdr(skb); in tcp_gso_segment()
116 seq = ntohl(th->seq); in tcp_gso_segment()
121 newcheck = ~csum_fold((__force __wsum)((__force u32)th->check + in tcp_gso_segment()
125 th->fin = th->psh = 0; in tcp_gso_segment()
[all …]
/kernel/linux/linux-4.19/net/ipv4/
Dtcp_offload.c43 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local
49 th->check = 0; in tcp4_gso_segment()
62 struct tcphdr *th; in tcp_gso_segment() local
72 th = tcp_hdr(skb); in tcp_gso_segment()
73 thlen = th->doff * 4; in tcp_gso_segment()
74 if (thlen < sizeof(*th)) in tcp_gso_segment()
118 th = tcp_hdr(skb); in tcp_gso_segment()
119 seq = ntohl(th->seq); in tcp_gso_segment()
124 newcheck = ~csum_fold((__force __wsum)((__force u32)th->check + in tcp_gso_segment()
128 th->fin = th->psh = 0; in tcp_gso_segment()
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsysfb.h19 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
20 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
21 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
23 M_MINI_3_1, /* Mac Mini, 3,1th gen */
24 M_MINI_4_1, /* Mac Mini, 4,1th gen */
28 M_MB_5_1, /* MacBook, 5th rev. */
29 M_MB_6_1, /* MacBook, 6th rev. */
30 M_MB_7_1, /* MacBook, 7th rev. */
38 M_MBP_4, /* MacBook Pro, 4th gen */
39 M_MBP_5_1, /* MacBook Pro, 5,1th gen */
[all …]
/kernel/linux/linux-4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c88 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() argument
110 nth->source = th->dest; in synproxy_send_client_synack()
111 nth->dest = th->source; in synproxy_send_client_synack()
112 nth->seq = htonl(__cookie_v6_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
113 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack()
117 nth->doff = tcp_hdr_size / 4; in synproxy_send_client_synack()
130 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() argument
152 nth->source = th->source; in synproxy_send_server_syn()
153 nth->dest = th->dest; in synproxy_send_server_syn()
158 nth->ack_seq = htonl(ntohl(th->ack_seq) - 1); in synproxy_send_server_syn()
[all …]
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dsysfb.h23 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
24 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
25 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
27 M_MINI_3_1, /* Mac Mini, 3,1th gen */
28 M_MINI_4_1, /* Mac Mini, 4,1th gen */
32 M_MB_5_1, /* MacBook, 5th rev. */
33 M_MB_6_1, /* MacBook, 6th rev. */
34 M_MB_7_1, /* MacBook, 7th rev. */
42 M_MBP_4, /* MacBook Pro, 4th gen */
43 M_MBP_5_1, /* MacBook Pro, 5,1th gen */
[all …]
/kernel/linux/linux-4.19/net/netfilter/
Dxt_tcpmss.c31 const struct tcphdr *th; in tcpmss_mt() local
33 /* tcp.doff is only 4 bits, ie. max 15 * 4 bytes */ in tcpmss_mt()
35 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt()
39 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt()
40 if (th == NULL) in tcpmss_mt()
44 if (th->doff*4 < sizeof(*th)) in tcpmss_mt()
47 optlen = th->doff*4 - sizeof(*th); in tcpmss_mt()
52 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt()
Dnf_log_common.c61 const struct tcphdr *th; in nf_log_dump_tcp_header() local
70 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in nf_log_dump_tcp_header()
71 if (th == NULL) { in nf_log_dump_tcp_header()
78 ntohs(th->source), ntohs(th->dest)); in nf_log_dump_tcp_header()
82 ntohl(th->seq), ntohl(th->ack_seq)); in nf_log_dump_tcp_header()
86 nf_log_buf_add(m, "WINDOW=%u ", ntohs(th->window)); in nf_log_dump_tcp_header()
88 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
91 if (th->cwr) in nf_log_dump_tcp_header()
93 if (th->ece) in nf_log_dump_tcp_header()
95 if (th->urg) in nf_log_dump_tcp_header()
[all …]
/kernel/linux/linux-5.10/drivers/net/slip/
Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress()
263 nlen = ip->ihl * 4; in slhc_compress()
264 if (isize < nlen + sizeof(*th)) in slhc_compress()
267 th = (struct tcphdr *)(icp + nlen); in slhc_compress()
268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress()
270 hlen = nlen + th->doff * 4; in slhc_compress()
276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
277 ! (th->ack)){ in slhc_compress()
299 && th->source == cs->cs_tcp.source in slhc_compress()
[all …]
/kernel/linux/linux-4.19/drivers/net/slip/
Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress()
263 nlen = ip->ihl * 4; in slhc_compress()
264 if (isize < nlen + sizeof(*th)) in slhc_compress()
267 th = (struct tcphdr *)(icp + nlen); in slhc_compress()
268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress()
270 hlen = nlen + th->doff * 4; in slhc_compress()
276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
277 ! (th->ack)){ in slhc_compress()
299 && th->source == cs->cs_tcp.source in slhc_compress()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py36 def _get_static_size(self, th): argument
39 return th * 8000 * self._cell_size()
49 th = random.randint(3, 16)
51 return th
53 return self._get_static_size(th)
71 if objid["pool"] in [4, 8, 9, 10]:
72 # The threshold type of pools 4, 8, 9 and 10 cannot be changed
82 th = self._get_th(pool)
84 return (pool_n, th)
89 th = self._get_th(pool)
[all …]
/kernel/linux/linux-4.19/arch/x86/events/intel/
Duncore_snb.c66 #define SNB_UNC_GLOBAL_CTL_CORE_ALL ((1 << 4) - 1)
176 .num_boxes = 4,
249 .num_counters = 4,
337 pci_read_config_dword(pdev, where + 4, &pci_dword); in snb_uncore_imc_init_box()
708 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */
709 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */
710 IMC_DEV(BDW_IMC, &bdw_uncore_pci_driver), /* 5th Gen Core U */
711 IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver), /* 6th Gen Core Y */
712 IMC_DEV(SKL_U_IMC, &skl_uncore_pci_driver), /* 6th Gen Core U */
713 IMC_DEV(SKL_HD_IMC, &skl_uncore_pci_driver), /* 6th Gen Core H Dual Core */
[all …]
/kernel/linux/linux-4.19/Documentation/virtual/kvm/
Dppc-pv.txt32 'hypercall-instructions'. This property contains at most 4 opcodes that make
43 r6 4th parameter 3rd output value
44 r7 5th parameter 4th output value
45 r8 6th parameter 5th output value
46 r9 7th parameter 6th output value
47 r10 8th parameter 7th output value
48 r11 hypercall number 8th output value
133 respectively on 32 bit systems with an added offset of 4 to accommodate for big
185 3) patch that code to return to the original pc + 4
186 4) patch the original instruction to branch to the new code
/kernel/linux/linux-4.19/fs/reiserfs/
Dbitmap.c26 #define _ALLOC_new_hashed_relocation 4
143 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, in scan_bitmap_block() argument
147 struct super_block *s = th->t_super; in scan_bitmap_block()
153 BUG_ON(!th->t_trans_id); in scan_bitmap_block()
258 journal_mark_dirty(th, bh); in scan_bitmap_block()
265 journal_mark_dirty(th, SB_BUFFER_WITH_SB(s)); in scan_bitmap_block()
284 hash = keyed_hash(hash_in, 4); in bmap_hash_id()
347 static int scan_bitmap(struct reiserfs_transaction_handle *th, in scan_bitmap() argument
352 struct super_block *s = th->t_super; in scan_bitmap()
357 BUG_ON(!th->t_trans_id); in scan_bitmap()
[all …]
/kernel/linux/linux-5.10/fs/reiserfs/
Dbitmap.c26 #define _ALLOC_new_hashed_relocation 4
143 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, in scan_bitmap_block() argument
147 struct super_block *s = th->t_super; in scan_bitmap_block()
153 BUG_ON(!th->t_trans_id); in scan_bitmap_block()
258 journal_mark_dirty(th, bh); in scan_bitmap_block()
265 journal_mark_dirty(th, SB_BUFFER_WITH_SB(s)); in scan_bitmap_block()
284 hash = keyed_hash(hash_in, 4); in bmap_hash_id()
347 static int scan_bitmap(struct reiserfs_transaction_handle *th, in scan_bitmap() argument
352 struct super_block *s = th->t_super; in scan_bitmap()
357 BUG_ON(!th->t_trans_id); in scan_bitmap()
[all …]
/kernel/linux/linux-5.10/arch/x86/events/intel/
Duncore_snb.c93 #define SNB_UNC_GLOBAL_CTL_CORE_ALL ((1 << 4) - 1)
213 .num_boxes = 4,
262 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box()
290 .num_counters = 4,
510 pci_read_config_dword(pdev, where + 4, &pci_dword); in snb_uncore_imc_init_box()
973 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */
974 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */
975 IMC_DEV(BDW_IMC, &bdw_uncore_pci_driver), /* 5th Gen Core U */
976 IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver), /* 6th Gen Core Y */
977 IMC_DEV(SKL_U_IMC, &skl_uncore_pci_driver), /* 6th Gen Core U */
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dsil-sii8620.h38 #define BIT_SYS_CTRL1_BLOCK_DDC_BY_HPD BIT(4)
49 #define BIT_DPD_OSC_EN BIT(4)
59 #define BIT_DCTL_EXT_DDC_SEL BIT(4)
70 #define BIT_PWD_SRST_MHLFIFO_RST BIT(4)
91 #define BIT_VID_OVRRD_3DCONV_EN_FRAME_PACK BIT(4)
125 #define BIT_CTRL1_GPIO_OEN_8 BIT(4)
172 #define BIT_HPD_CTRL_HPD_OUT_OVR_EN BIT(4)
183 #define BIT_CTRL_GPIO_OEN_4 BIT(4)
205 #define BIT_TMDS_CCTRL_TMDS_OE BIT(4)
207 /* TMDS Control #4, default value: 0x02 */
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/bridge/
Dsil-sii8620.h41 #define BIT_SYS_CTRL1_BLOCK_DDC_BY_HPD BIT(4)
52 #define BIT_DPD_OSC_EN BIT(4)
62 #define BIT_DCTL_EXT_DDC_SEL BIT(4)
73 #define BIT_PWD_SRST_MHLFIFO_RST BIT(4)
94 #define BIT_VID_OVRRD_3DCONV_EN_FRAME_PACK BIT(4)
128 #define BIT_CTRL1_GPIO_OEN_8 BIT(4)
175 #define BIT_HPD_CTRL_HPD_OUT_OVR_EN BIT(4)
186 #define BIT_CTRL_GPIO_OEN_4 BIT(4)
208 #define BIT_TMDS_CCTRL_TMDS_OE BIT(4)
210 /* TMDS Control #4, default value: 0x02 */
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Ddevices.txt9 4 = /dev/port I/O port access
35 255 = /dev/ptyef 256th PTY master
40 the 1st through 16th series of 16 pseudo-ttys each, and
61 4 = /dev/fd?d360 5.25" 360K in a 360K drive(1)
110 255 = /dev/ttyef 256th PTY slave
126 For Linux/i386, partitions 1-4 are the primary
131 4 char TTY devices
147 4 block Aliases for dynamically allocated major devices to be used
255 4 = /dev/jbm J-mouse
256 4 = /dev/amigamouse Amiga mouse (68k/Amiga)
[all …]

12345678910>>...45