Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 23 of 23) sorted by relevance

/linux/net/netfilter/
H A Dnf_synproxy_core.c422 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp()
425 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp()
427 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp()
454 struct tcphdr *nth; in synproxy_send_client_synack()
460 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack()
470 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack()
471 nth->source = th->dest; in synproxy_send_client_synack()
472 nth->dest = th->source; in synproxy_send_client_synack()
473 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
474 nth in synproxy_send_client_synack()
421 synproxy_send_tcp(struct net * net,const struct sk_buff * skb,struct sk_buff * nskb,struct nf_conntrack * nfct,enum ip_conntrack_info ctinfo,struct iphdr * niph,struct tcphdr * nth,unsigned int tcp_hdr_size) synproxy_send_tcp() argument
453 struct tcphdr *nth; synproxy_send_client_synack() local
497 struct tcphdr *nth; synproxy_send_server_syn() local
542 struct tcphdr *nth; synproxy_send_server_ack() local
580 struct tcphdr *nth; synproxy_send_client_ack() local
815 synproxy_send_tcp_ipv6(struct net * net,const struct sk_buff * skb,struct sk_buff * nskb,struct nf_conntrack * nfct,enum ip_conntrack_info ctinfo,struct ipv6hdr * niph,struct tcphdr * nth,unsigned int tcp_hdr_size) synproxy_send_tcp_ipv6() argument
866 struct tcphdr *nth; synproxy_send_client_synack_ipv6() local
911 struct tcphdr *nth; synproxy_send_server_syn_ipv6() local
956 struct tcphdr *nth; synproxy_send_server_ack_ipv6() local
995 struct tcphdr *nth; synproxy_send_client_ack_ipv6() local
[all...]
H A Dxt_statistic.c43 nval = (oval == info->u.nth.every) ? 0 : oval + 1; in statistic_mt()
64 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
/linux/drivers/clk/
H A Dclk-cs2000-cp.c24 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument
25 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument
26 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst57 selects the nth bridge 'chip' on the TV card. You can enumerate all
65 selects the nth sub-device. This allows you to enumerate over all
141 - Match the nth chip on the card, zero for the bridge chip. Does not
145 - Match the nth sub-device.
H A Dvidioc-dbg-g-register.rst66 selects the nth non-sub-device chip on the TV card. The number zero
72 selects the nth sub-device.
145 - Match the nth chip on the card, zero for the bridge chip. Does not
149 - Match the nth sub-device.
H A Dext-ctrls-codec.rst2133 in number of frames. For a value of 'n', every nth frame starting
/linux/drivers/net/usb/
H A Dcdc_ncm.c1210 } nth; in cdc_ncm_fill_tx_frame() local
1281 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1282 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1283 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1284 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1287 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()
1288 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()
1289 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()
1290 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1408 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
[all …]
/linux/include/uapi/linux/netfilter/
H A Dxt_statistic.h32 } nth; member
/linux/include/linux/
H A Dftrace.h266 ftrace_regs_get_kernel_stack_nth(struct ftrace_regs *fregs, unsigned int nth) in ftrace_regs_get_kernel_stack_nth() argument
271 if (((unsigned long)(stackp + nth) & ~(THREAD_SIZE - 1)) == in ftrace_regs_get_kernel_stack_nth()
273 return *(stackp + nth); in ftrace_regs_get_kernel_stack_nth()
278 #define ftrace_regs_get_kernel_stack_nth(fregs, nth) (0L) argument
/linux/Documentation/ABI/testing/
H A Dconfigfs-spear-pcie-gadget17 For nth PCIe Device Controller /config/pcie-gadget.n/:
H A Dsysfs-bus-usb-devices-usbsevseg42 To set the nth decimal place, give this field
H A Dsysfs-kernel-livepatch92 sympos number corresponding to the nth occurrence of the symbol
/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/linux/rust/macros/
H A Dpin_data.rs
/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c410 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local
416 uep = usbhsg_gpriv_to_nth_uep(gpriv, nth); in usbhsg_recip_run_handle()
443 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg); in usbhsg_recip_run_handle()
/linux/Documentation/misc-devices/
H A Dspear-pcie-gadget.rst85 For nth PCIe Device Controller::
/linux/rust/proc-macro2/
H A Dfallback.rs387 .nth(lo_char - last_char_index) in byte_range()
399 lo_byte..match trunc_lo.char_indices().nth(char_len) { in byte_range()
/linux/drivers/iommu/iommufd/
H A Dselftest.c67 unsigned int nth = syz->nth_area; in __iommufd_test_syz_conv_iova() local
73 if (nth == 0) { in __iommufd_test_syz_conv_iova()
77 nth--; in __iommufd_test_syz_conv_iova()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6930 int num_tx, int nth) in mv88e6xxx_lag_set_port_mask() argument
6936 if (nth < num_tx) in mv88e6xxx_lag_set_port_mask()
6937 active = mv88e6xxx_lag_mask_table[num_tx - 1][nth]; in mv88e6xxx_lag_set_port_mask()
6951 int i, err, nth; in mv88e6xxx_lag_sync_masks() local
6986 nth = 0; in mv88e6xxx_lag_sync_masks()
6993 num_tx, nth); in mv88e6xxx_lag_sync_masks()
6995 nth++; in mv88e6xxx_lag_sync_masks()
/linux/drivers/scsi/
H A Dscsi_debug.c7917 int nth; in every_nth_store() local
7922 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store()
7925 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store()
7932 sdebug_every_nth = nth; in every_nth_store()
7933 if (nth && !sdebug_statistics) { in every_nth_store()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst134 … Represents nth target in the table (from 0 to N-1 targets specified in <num_device_targets>)
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh453 -m statistic --mode nth --packet 1 --every 99999 \
/linux/tools/power/pm-graph/
H A Dsleepgraph.py5046 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\