Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c45 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()
80 struct tcphdr *nth; in synproxy_send_client_synack() local
86 tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts); in synproxy_send_client_synack()
96 nth = (struct tcphdr *)skb_put(nskb, tcp_hdr_size); in synproxy_send_client_synack()
97 nth->source = th->dest; in synproxy_send_client_synack()
98 nth->dest = th->source; in synproxy_send_client_synack()
99 nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss)); in synproxy_send_client_synack()
100 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack()
[all …]
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c43 struct ipv6hdr *niph, struct tcphdr *nth, in synproxy_send_tcp() argument
50 nth->check = ~tcp_v6_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()
59 fl6.fl6_sport = nth->source; in synproxy_send_tcp()
60 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 = (struct tcphdr *)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-4.4.14/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-4.4.14/include/uapi/linux/netfilter/
Dxt_statistic.h31 } nth; member
/linux-4.4.14/net/l2tp/
Dl2tp_core.h246 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth);
249 struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth);
Dl2tp_core.c281 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_find_nth() argument
290 if (++count > nth) { in l2tp_session_find_nth()
348 struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth) in l2tp_tunnel_find_nth() argument
356 if (++count > nth) { in l2tp_tunnel_find_nth()
/linux-4.4.14/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
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt40 to set the nth decimal place calculate 10 ** n
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c419 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local
425 uep = usbhsg_gpriv_to_nth_uep(gpriv, nth); in usbhsg_recip_run_handle()
452 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg); in usbhsg_recip_run_handle()
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt69 For nth PCIe Device Controller
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt143 If nth bit is set, then the cdev and thermal zone are bound
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c4458 int nth; in every_nth_store() local
4460 if ((count > 0) && (1 == sscanf(buf, "%d", &nth))) { in every_nth_store()
4461 scsi_debug_every_nth = nth; in every_nth_store()
/linux-4.4.14/scripts/
Danalyze_suspend.py2374 .pf:checked ~ *:not(:nth-child(2)) {display: none;}\n\