/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_synproxy_core.c | 444 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 …]
|
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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
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.
|
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.
|
D | ext-ctrls-codec.rst | 3291 in number of frames. For a value of 'n', every nth frame starting
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | cdc_ncm.c | 1189 } 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/ |
D | xt_statistic.h | 32 } nth; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
D | xt_statistic.h | 31 } nth; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
D | xt_statistic.h | 44 } nth; member
|
/kernel/linux/linux-5.10/net/l2tp/ |
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);
|
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()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 17 For nth PCIe Device Controller /config/pcie-gadget.n/:
|
D | sysfs-bus-usb-devices-usbsevseg | 42 To set the nth decimal place, give this field
|
D | sysfs-kernel-livepatch | 67 sympos number corresponding to the nth occurrence of the symbol
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
/kernel/linux/linux-5.10/Documentation/fault-injection/ |
D | fault-injection.rst | 194 - /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/ |
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()
|
/kernel/linux/linux-5.10/Documentation/misc-devices/ |
D | spear-pcie-gadget.rst | 85 For nth PCIe Device Controller::
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_debug.c | 6128 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/ |
D | sysfs-api.rst | 329 If nth bit is set, then the cdev and thermal zone are bound
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 4766 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\
|