Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c47 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument
50 nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0); in synproxy_send_tcp()
52 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp()
79 struct tcphdr *nth; in synproxy_send_client_synack() local
85 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack()
95 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack()
96 nth->source = th->dest; in synproxy_send_client_synack()
97 nth->dest = th->source; in synproxy_send_client_synack()
98 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
99 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack()
[all …]
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c45 struct ipv6hdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument
51 nth->check = ~tcp_v6_check(tcp_hdr_size, &niph->saddr, &niph->daddr, 0); in synproxy_send_tcp()
53 nskb->csum_start = (unsigned char *)nth - nskb->head; in synproxy_send_tcp()
60 fl6.fl6_sport = nth->source; in synproxy_send_tcp()
61 fl6.fl6_dport = nth->dest; in synproxy_send_tcp()
93 struct tcphdr *nth; in synproxy_send_client_synack() local
99 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack()
109 nth = skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack()
110 nth->source = th->dest; in synproxy_send_client_synack()
111 nth->dest = th->source; in synproxy_send_client_synack()
[all …]
/Linux-v4.19/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-v4.19/net/netfilter/
Dxt_statistic.c46 nval = (oval == info->u.nth.every) ? 0 : oval + 1; in statistic_mt()
67 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-dbg-g-chip-info.rst58 selects the nth bridge 'chip' on the TV card. You can enumerate all
66 selects the nth sub-device. This allows you to enumerate over all
145 - Match the nth chip on the card, zero for the bridge chip. Does not
149 - 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.
148 - Match the nth chip on the card, zero for the bridge chip. Does not
152 - Match the nth sub-device.
Dextended-controls.rst1909 in number of frames. For a value of 'n', every nth frame starting
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_statistic.h32 } nth; member
/Linux-v4.19/net/l2tp/
Dl2tp_core.h196 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth);
203 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth);
Dl2tp_core.c186 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth() argument
194 if (++count > nth) { in l2tp_tunnel_get_nth()
249 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_get_nth() argument
258 if (++count > nth) { in l2tp_session_get_nth()
/Linux-v4.19/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-livepatch79 sympos number corresponding to the nth occurrence of the symbol
/Linux-v4.19/Documentation/usb/
Dmisc_usbsevseg.txt40 to set the nth decimal place calculate 10 ** n
/Linux-v4.19/Documentation/fault-injection/
Dfault-injection.txt176 - /proc/<pid>/fail-nth:
177 - /proc/self/task/<tid>/fail-nth:
375 Systematic faults using fail-nth
398 sprintf(buf, "/proc/self/task/%ld/fail-nth", syscall(SYS_gettid));
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dmod_gadget.c409 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local
415 uep = usbhsg_gpriv_to_nth_uep(gpriv, nth); in usbhsg_recip_run_handle()
442 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg); in usbhsg_recip_run_handle()
/Linux-v4.19/Documentation/misc-devices/
Dspear-pcie-gadget.txt69 For nth PCIe Device Controller
/Linux-v4.19/drivers/scsi/
Dscsi_debug.c4934 int nth; in every_nth_store() local
4936 if ((count > 0) && (1 == sscanf(buf, "%d", &nth))) { in every_nth_store()
4937 sdebug_every_nth = nth; in every_nth_store()
4938 if (nth && !sdebug_statistics) { in every_nth_store()
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt230 If nth bit is set, then the cdev and thermal zone are bound
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py4083 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\