| /Linux-v5.4/net/netfilter/ |
| D | nf_synproxy_core.c | 439 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 …]
|
| 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-v5.4/drivers/clk/ |
| 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-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-dbg-g-chip-info.rst | 65 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.
|
| D | vidioc-dbg-g-register.rst | 73 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.
|
| D | ext-ctrls-codec.rst | 3192 in number of frames. For a value of 'n', every nth frame starting
|
| /Linux-v5.4/include/uapi/linux/netfilter/ |
| D | xt_statistic.h | 32 } nth; member
|
| /Linux-v5.4/net/l2tp/ |
| D | l2tp_core.h | 193 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);
|
| D | l2tp_core.c | 182 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/ |
| D | configfs-spear-pcie-gadget | 16 For nth PCIe Device Controller
|
| D | sysfs-bus-usb-devices-usbsevseg | 39 To set the nth decimal place, give this field
|
| D | sysfs-kernel-livepatch | 67 sympos number corresponding to the nth occurrence of the symbol
|
| /Linux-v5.4/Documentation/usb/ |
| D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
| /Linux-v5.4/Documentation/fault-injection/ |
| D | fault-injection.rst | 187 - /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/ |
| 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-v5.4/Documentation/misc-devices/ |
| D | spear-pcie-gadget.txt | 69 For nth PCIe Device Controller
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_debug.c | 4847 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/ |
| D | sysfs-api.rst | 329 If nth bit is set, then the cdev and thermal zone are bound
|
| /Linux-v5.4/tools/power/pm-graph/ |
| D | sleepgraph.py | 4626 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\
|