Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_synproxy_core.c439 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument
442 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp()
444 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp()
471 struct tcphdr *nth; in synproxy_send_client_synack() local
477 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack()
487 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack()
488 nth->source = th->dest; in synproxy_send_client_synack()
489 nth->dest = th->source; in synproxy_send_client_synack()
490 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
491 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-v5.4/drivers/clk/
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-v5.4/Documentation/media/uapi/v4l/
Dvidioc-dbg-g-chip-info.rst65 selects the nth bridge 'chip' on the TV card. You can enumerate all
73 selects the nth sub-device. This allows you to enumerate over all
152 - Match the nth chip on the card, zero for the bridge chip. Does not
156 - Match the nth sub-device.
Dvidioc-dbg-g-register.rst73 selects the nth non-sub-device chip on the TV card. The number zero
79 selects the nth sub-device.
155 - Match the nth chip on the card, zero for the bridge chip. Does not
159 - Match the nth sub-device.
Dext-ctrls-codec.rst3192 in number of frames. For a value of 'n', every nth frame starting
/Linux-v5.4/include/uapi/linux/netfilter/
Dxt_statistic.h32 } nth; member
/Linux-v5.4/net/l2tp/
Dl2tp_core.h193 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth);
200 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth);
Dl2tp_core.c182 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth() argument
190 if (++count > nth && in l2tp_tunnel_get_nth()
245 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_get_nth() argument
254 if (++count > nth) { in l2tp_session_get_nth()
/Linux-v5.4/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget16 For nth PCIe Device Controller
Dsysfs-bus-usb-devices-usbsevseg39 To set the nth decimal place, give this field
Dsysfs-kernel-livepatch67 sympos number corresponding to the nth occurrence of the symbol
/Linux-v5.4/Documentation/usb/
Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/Linux-v5.4/Documentation/fault-injection/
Dfault-injection.rst187 - /proc/<pid>/fail-nth,
188 /proc/self/task/<tid>/fail-nth:
386 Systematic faults using fail-nth
409 sprintf(buf, "/proc/self/task/%ld/fail-nth", syscall(SYS_gettid));
/Linux-v5.4/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-v5.4/Documentation/misc-devices/
Dspear-pcie-gadget.txt69 For nth PCIe Device Controller
/Linux-v5.4/drivers/scsi/
Dscsi_debug.c4847 int nth; in every_nth_store() local
4849 if ((count > 0) && (1 == sscanf(buf, "%d", &nth))) { in every_nth_store()
4850 sdebug_every_nth = nth; in every_nth_store()
4851 if (nth && !sdebug_statistics) { in every_nth_store()
/Linux-v5.4/Documentation/driver-api/thermal/
Dsysfs-api.rst329 If nth bit is set, then the cdev and thermal zone are bound
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py4626 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\