| /linux/net/netfilter/ |
| H A D | nf_synproxy_core.c | 421 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument 424 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp() 426 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp() 453 struct tcphdr *nth; in synproxy_send_client_synack() local 459 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack() 469 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack() 470 nth->source = th->dest; in synproxy_send_client_synack() 471 nth->dest = th->source; in synproxy_send_client_synack() 472 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack() 473 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack() [all …]
|
| H A D | xt_statistic.c | 43 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 D | clk-cs2000-cp.c | 24 #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 D | vidioc-dbg-g-chip-info.rst | 57 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 D | vidioc-dbg-g-register.rst | 66 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 D | ext-ctrls-codec.rst | 2132 in number of frames. For a value of 'n', every nth frame starting
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ncm.c | 1210 } 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 D | xt_statistic.h | 32 } nth; member
|
| /linux/include/linux/ |
| H A D | ftrace.h | 255 ftrace_regs_get_kernel_stack_nth(struct ftrace_regs *fregs, unsigned int nth) in ftrace_regs_get_kernel_stack_nth() argument 260 if (((unsigned long)(stackp + nth) & ~(THREAD_SIZE - 1)) == in ftrace_regs_get_kernel_stack_nth() 262 return *(stackp + nth); in ftrace_regs_get_kernel_stack_nth() 267 #define ftrace_regs_get_kernel_stack_nth(fregs, nth) (0L) argument
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-spear-pcie-gadget | 17 For nth PCIe Device Controller /config/pcie-gadget.n/:
|
| H A D | sysfs-bus-usb-devices-usbsevseg | 42 To set the nth decimal place, give this field
|
| H A D | sysfs-kernel-livepatch | 92 sympos number corresponding to the nth occurrence of the symbol
|
| /linux/Documentation/usb/ |
| H A D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
| /linux/rust/pin-init/internal/src/ |
| H A D | pin_data.rs | 32 .nth(1) in pin_data()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | mod_gadget.c | 410 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/drivers/gpu/nova-core/firmware/ |
| H A D | gsp.rs | 62 .nth(usize::from(hdr.e_shstrndx)) in elf64_section()
|
| H A D | booter.rs | 321 signatures.nth(idx as usize) in new()
|
| /linux/Documentation/fault-injection/ |
| H A D | fault-injection.rst | 275 - /proc/<pid>/fail-nth, 276 /proc/self/task/<tid>/fail-nth: 551 Systematic faults using fail-nth 574 sprintf(buf, "/proc/self/task/%ld/fail-nth", syscall(SYS_gettid));
|
| /linux/Documentation/misc-devices/ |
| H A D | spear-pcie-gadget.rst | 85 For nth PCIe Device Controller::
|
| /linux/drivers/iommu/iommufd/ |
| H A D | selftest.c | 78 unsigned int nth = syz->nth_area; in __iommufd_test_syz_conv_iova() local 84 if (nth == 0) { in __iommufd_test_syz_conv_iova() 88 nth--; in __iommufd_test_syz_conv_iova()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 6953 int num_tx, int nth) in mv88e6xxx_lag_set_port_mask() argument 6959 if (nth < num_tx) in mv88e6xxx_lag_set_port_mask() 6960 active = mv88e6xxx_lag_mask_table[num_tx - 1][nth]; in mv88e6xxx_lag_set_port_mask() 6974 int i, err, nth; in mv88e6xxx_lag_sync_masks() local 7009 nth = 0; in mv88e6xxx_lag_sync_masks() 7016 num_tx, nth); in mv88e6xxx_lag_sync_masks() 7018 nth++; in mv88e6xxx_lag_sync_masks()
|
| /linux/Documentation/userspace-api/fwctl/ |
| H A D | fwctl.rst | 43 user space in the areas of debuggability, management, and first-boot/nth-boot
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7883 int nth; in every_nth_store() local 7888 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store() 7891 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store() 7898 sdebug_every_nth = nth; in every_nth_store() 7899 if (nth && !sdebug_statistics) { in every_nth_store()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ima.rst | 134 … 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 D | mptcp_join.sh | 434 -m statistic --mode nth --packet 1 --every 99999 \
|