Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_synproxy_core.c501 nth->window = 0; in synproxy_send_client_synack()
502 nth->check = 0; in synproxy_send_client_synack()
503 nth->urg_ptr = 0; in synproxy_send_client_synack()
548 nth->check = 0; in synproxy_send_server_syn()
588 nth->check = 0; in synproxy_send_server_ack()
626 nth->check = 0; in synproxy_send_client_ack()
914 nth->window = 0; in synproxy_send_client_synack_ipv6()
915 nth->check = 0; in synproxy_send_client_synack_ipv6()
962 nth->check = 0; in synproxy_send_server_syn_ipv6()
1002 nth->check = 0; in synproxy_send_server_ack_ipv6()
[all …]
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/
A Dclk-cs2000-cp.c23 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument
24 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument
25 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
/linux/Documentation/userspace-api/media/v4l/
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.
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.
A Dext-ctrls-codec.rst2096 in number of frames. For a value of 'n', every nth frame starting
/linux/drivers/net/usb/
A Dcdc_ncm.c1202 } nth; in cdc_ncm_fill_tx_frame() local
1278 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1284 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1402 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1404 nth.nth16->wNdpIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()
1410 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1412 nth.nth32->dwNdpIndex = cpu_to_le32(skb_out->len); in cdc_ncm_fill_tx_frame()
1440 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1441 nth.nth16->wBlockLength = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()
1443 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()
[all …]
/linux/include/uapi/linux/netfilter/
A Dxt_statistic.h32 } nth; member
/linux/net/l2tp/
A Dl2tp_core.h226 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth);
231 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth);
A Dl2tp_core.c225 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth() argument
233 if (++count > nth && in l2tp_tunnel_get_nth()
288 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_get_nth() argument
297 if (++count > nth) { in l2tp_session_get_nth()
/linux/Documentation/ABI/testing/
A Dconfigfs-spear-pcie-gadget17 For nth PCIe Device Controller /config/pcie-gadget.n/:
A Dsysfs-bus-usb-devices-usbsevseg42 To set the nth decimal place, give this field
A Dsysfs-kernel-livepatch67 sympos number corresponding to the nth occurrence of the symbol
/linux/Documentation/usb/
A Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/linux/Documentation/fault-injection/
A Dfault-injection.rst214 - /proc/<pid>/fail-nth,
215 /proc/self/task/<tid>/fail-nth:
413 Systematic faults using fail-nth
436 sprintf(buf, "/proc/self/task/%ld/fail-nth", syscall(SYS_gettid));
/linux/drivers/usb/renesas_usbhs/
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/
A Dspear-pcie-gadget.rst85 For nth PCIe Device Controller::
/linux/drivers/net/dsa/mv88e6xxx/
A Dchip.c6038 int num_tx, int nth) in mv88e6xxx_lag_set_port_mask() argument
6044 if (nth < num_tx) in mv88e6xxx_lag_set_port_mask()
6045 active = mv88e6xxx_lag_mask_table[num_tx - 1][nth]; in mv88e6xxx_lag_set_port_mask()
6059 int i, err, nth; in mv88e6xxx_lag_sync_masks() local
6094 nth = 0; in mv88e6xxx_lag_sync_masks()
6101 num_tx, nth); in mv88e6xxx_lag_sync_masks()
6103 nth++; in mv88e6xxx_lag_sync_masks()
/linux/drivers/scsi/
A Dscsi_debug.c6156 int nth; in every_nth_store() local
6161 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store()
6164 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store()
6171 sdebug_every_nth = nth; in every_nth_store()
6172 if (nth && !sdebug_statistics) { in every_nth_store()
/linux/Documentation/driver-api/thermal/
A Dsysfs-api.rst329 If nth bit is set, then the cdev and thermal zone are bound
/linux/Documentation/admin-guide/device-mapper/
A Ddm-ima.rst134 … Represents nth target in the table (from 0 to N-1 targets specified in <num_device_targets>)
/linux/tools/power/pm-graph/
A Dsleepgraph.py4849 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\

Completed in 76 milliseconds