Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
Dnf_synproxy_core.c444 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument
447 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp()
449 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp()
476 struct tcphdr *nth; in synproxy_send_client_synack() local
482 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack()
492 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack()
493 nth->source = th->dest; in synproxy_send_client_synack()
494 nth->dest = th->source; in synproxy_send_client_synack()
495 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
496 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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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.
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.
Dext-ctrls-codec.rst3291 in number of frames. For a value of 'n', every nth frame starting
/kernel/linux/linux-5.10/drivers/net/usb/
Dcdc_ncm.c1189 } nth; in cdc_ncm_fill_tx_frame() local
1262 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1263 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame()
1264 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1265 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1268 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()
1269 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame()
1270 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()
1271 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1389 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_statistic.h32 } nth; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
Dxt_statistic.h31 } nth; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
Dxt_statistic.h44 } nth; member
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/Documentation/usb/
Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/kernel/linux/linux-5.10/Documentation/fault-injection/
Dfault-injection.rst194 - /proc/<pid>/fail-nth,
195 /proc/self/task/<tid>/fail-nth:
393 Systematic faults using fail-nth
416 sprintf(buf, "/proc/self/task/%ld/fail-nth", syscall(SYS_gettid));
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dspear-pcie-gadget.rst85 For nth PCIe Device Controller::
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_debug.c6128 int nth; in every_nth_store() local
6133 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store()
6136 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store()
6143 sdebug_every_nth = nth; in every_nth_store()
6144 if (nth && !sdebug_statistics) { in every_nth_store()
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dsysfs-api.rst329 If nth bit is set, then the cdev and thermal zone are bound
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py4766 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\