/linux-4.4.14/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 45 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/ |
D | ip6t_SYNPROXY.c | 43 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/ |
D | xt_statistic.c | 46 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/ |
D | xt_statistic.h | 31 } nth; member
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.h | 246 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);
|
D | l2tp_core.c | 281 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/ |
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
|
/linux-4.4.14/Documentation/usb/ |
D | misc_usbsevseg.txt | 40 to set the nth decimal place calculate 10 ** n
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 419 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/ |
D | spear-pcie-gadget.txt | 69 For nth PCIe Device Controller
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 143 If nth bit is set, then the cdev and thermal zone are bound
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_debug.c | 4458 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/ |
D | analyze_suspend.py | 2374 .pf:checked ~ *:not(:nth-child(2)) {display: none;}\n\
|