Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_synproxy_core.c421 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 …]
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-5.19.10/drivers/clk/
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-5.19.10/Documentation/userspace-api/media/v4l/
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.
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.
Dext-ctrls-codec.rst2118 in number of frames. For a value of 'n', every nth frame starting
/linux-5.19.10/drivers/net/usb/
Dcdc_ncm.c1202 } nth; in cdc_ncm_fill_tx_frame() local
1275 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1276 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1277 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1278 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1281 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()
1282 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()
1283 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); 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()
[all …]
/linux-5.19.10/include/uapi/linux/netfilter/
Dxt_statistic.h32 } nth; member
/linux-5.19.10/net/l2tp/
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);
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-5.19.10/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget17 For nth PCIe Device Controller /config/pcie-gadget.n/:
Dsysfs-bus-usb-devices-usbsevseg42 To set the nth decimal place, give this field
Dsysfs-kernel-livepatch67 sympos number corresponding to the nth occurrence of the symbol
/linux-5.19.10/Documentation/usb/
Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/linux-5.19.10/Documentation/fault-injection/
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-5.19.10/drivers/usb/renesas_usbhs/
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-5.19.10/Documentation/misc-devices/
Dspear-pcie-gadget.rst85 For nth PCIe Device Controller::
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dchip.c6636 int num_tx, int nth) in mv88e6xxx_lag_set_port_mask() argument
6642 if (nth < num_tx) in mv88e6xxx_lag_set_port_mask()
6643 active = mv88e6xxx_lag_mask_table[num_tx - 1][nth]; in mv88e6xxx_lag_set_port_mask()
6657 int i, err, nth; in mv88e6xxx_lag_sync_masks() local
6692 nth = 0; in mv88e6xxx_lag_sync_masks()
6699 num_tx, nth); in mv88e6xxx_lag_sync_masks()
6701 nth++; in mv88e6xxx_lag_sync_masks()
/linux-5.19.10/drivers/scsi/
Dscsi_debug.c6340 int nth; in every_nth_store() local
6345 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store()
6348 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store()
6355 sdebug_every_nth = nth; in every_nth_store()
6356 if (nth && !sdebug_statistics) { in every_nth_store()
/linux-5.19.10/Documentation/driver-api/thermal/
Dsysfs-api.rst329 If nth bit is set, then the cdev and thermal zone are bound
/linux-5.19.10/Documentation/admin-guide/device-mapper/
Ddm-ima.rst134 … Represents nth target in the table (from 0 to N-1 targets specified in <num_device_targets>)
/linux-5.19.10/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh310 -m statistic --mode nth --packet 1 --every 99999 \
/linux-5.19.10/tools/power/pm-graph/
Dsleepgraph.py4849 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\