| /linux/net/netfilter/ |
| A D | nf_synproxy_core.c | 501 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 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/ |
| A D | clk-cs2000-cp.c | 23 #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 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.
|
| 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.
|
| A D | ext-ctrls-codec.rst | 2096 in number of frames. For a value of 'n', every nth frame starting
|
| /linux/drivers/net/usb/ |
| A D | cdc_ncm.c | 1202 } 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 D | xt_statistic.h | 32 } nth; member
|
| /linux/net/l2tp/ |
| A D | l2tp_core.h | 226 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 D | l2tp_core.c | 225 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 D | configfs-spear-pcie-gadget | 17 For nth PCIe Device Controller /config/pcie-gadget.n/:
|
| A D | sysfs-bus-usb-devices-usbsevseg | 42 To set the nth decimal place, give this field
|
| A D | sysfs-kernel-livepatch | 67 sympos number corresponding to the nth occurrence of the symbol
|
| /linux/Documentation/usb/ |
| A D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
| /linux/Documentation/fault-injection/ |
| A D | fault-injection.rst | 214 - /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 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/Documentation/misc-devices/ |
| A D | spear-pcie-gadget.rst | 85 For nth PCIe Device Controller::
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | chip.c | 6038 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 D | scsi_debug.c | 6156 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 D | sysfs-api.rst | 329 If nth bit is set, then the cdev and thermal zone are bound
|
| /linux/Documentation/admin-guide/device-mapper/ |
| 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/power/pm-graph/ |
| A D | sleepgraph.py | 4849 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\
|