nth                23 drivers/clk/clk-cs2000-cp.c #define Ratio_Add(x, nth)	(6 + (x * 4) + (nth))
nth                24 drivers/clk/clk-cs2000-cp.c #define Ratio_Val(x, nth)	((x >> (24 - (8 * nth))) & 0xFF)
nth                25 drivers/clk/clk-cs2000-cp.c #define Val_Ratio(x, nth)	((x & 0xFF) << (24 - (8 * nth)))
nth              4847 drivers/scsi/scsi_debug.c 	int nth;
nth              4849 drivers/scsi/scsi_debug.c 	if ((count > 0) && (1 == sscanf(buf, "%d", &nth))) {
nth              4850 drivers/scsi/scsi_debug.c 		sdebug_every_nth = nth;
nth              4851 drivers/scsi/scsi_debug.c 		if (nth && !sdebug_statistics) {
nth               410 drivers/usb/renesas_usbhs/mod_gadget.c 	int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK;
nth               416 drivers/usb/renesas_usbhs/mod_gadget.c 	uep = usbhsg_gpriv_to_nth_uep(gpriv, nth);
nth               443 drivers/usb/renesas_usbhs/mod_gadget.c 		dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg);
nth                32 include/uapi/linux/netfilter/xt_statistic.h 		} nth;
nth               182 net/l2tp/l2tp_core.c struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth)
nth               190 net/l2tp/l2tp_core.c 		if (++count > nth &&
nth               245 net/l2tp/l2tp_core.c struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth)
nth               254 net/l2tp/l2tp_core.c 			if (++count > nth) {
nth               193 net/l2tp/l2tp_core.h struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth);
nth               200 net/l2tp/l2tp_core.h struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth);
nth               439 net/netfilter/nf_synproxy_core.c 		  struct iphdr *niph, struct tcphdr *nth,
nth               442 net/netfilter/nf_synproxy_core.c 	nth->check = ~tcp_v4_check(tcp_hdr_size, niph->saddr, niph->daddr, 0);
nth               444 net/netfilter/nf_synproxy_core.c 	nskb->csum_start  = (unsigned char *)nth - nskb->head;
nth               471 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               477 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               487 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               488 net/netfilter/nf_synproxy_core.c 	nth->source	= th->dest;
nth               489 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->source;
nth               490 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(__cookie_v4_init_sequence(iph, th, &mss));
nth               491 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
nth               492 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK;
nth               494 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE;
nth               495 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               496 net/netfilter/nf_synproxy_core.c 	nth->window	= 0;
nth               497 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               498 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth               500 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth               503 net/netfilter/nf_synproxy_core.c 			  IP_CT_ESTABLISHED_REPLY, niph, nth, tcp_hdr_size);
nth               515 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               520 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               530 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               531 net/netfilter/nf_synproxy_core.c 	nth->source	= th->source;
nth               532 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->dest;
nth               533 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(recv_seq - 1);
nth               537 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->ack_seq) - 1);
nth               538 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN;
nth               540 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR;
nth               541 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               542 net/netfilter/nf_synproxy_core.c 	nth->window	= th->window;
nth               543 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               544 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth               546 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth               549 net/netfilter/nf_synproxy_core.c 			  niph, nth, tcp_hdr_size);
nth               560 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               565 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               575 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               576 net/netfilter/nf_synproxy_core.c 	nth->source	= th->dest;
nth               577 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->source;
nth               578 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(ntohl(th->ack_seq));
nth               579 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
nth               580 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
nth               581 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               582 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin);
nth               583 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               584 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth               586 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth               588 net/netfilter/nf_synproxy_core.c 	synproxy_send_tcp(net, skb, nskb, NULL, 0, niph, nth, tcp_hdr_size);
nth               598 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               603 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               613 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               614 net/netfilter/nf_synproxy_core.c 	nth->source	= th->source;
nth               615 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->dest;
nth               616 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(ntohl(th->seq) + 1);
nth               617 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= th->ack_seq;
nth               618 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
nth               619 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               620 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(ntohs(th->window) >> opts->wscale);
nth               621 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               622 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth               624 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth               627 net/netfilter/nf_synproxy_core.c 			  IP_CT_ESTABLISHED_REPLY, niph, nth, tcp_hdr_size);
nth               834 net/netfilter/nf_synproxy_core.c 		       struct ipv6hdr *niph, struct tcphdr *nth,
nth               841 net/netfilter/nf_synproxy_core.c 	nth->check = ~tcp_v6_check(tcp_hdr_size, &niph->saddr, &niph->daddr, 0);
nth               843 net/netfilter/nf_synproxy_core.c 	nskb->csum_start  = (unsigned char *)nth - nskb->head;
nth               850 net/netfilter/nf_synproxy_core.c 	fl6.fl6_sport = nth->source;
nth               851 net/netfilter/nf_synproxy_core.c 	fl6.fl6_dport = nth->dest;
nth               885 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               891 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               901 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               902 net/netfilter/nf_synproxy_core.c 	nth->source	= th->dest;
nth               903 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->source;
nth               904 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(nf_ipv6_cookie_init_sequence(iph, th, &mss));
nth               905 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
nth               906 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK;
nth               908 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE;
nth               909 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               910 net/netfilter/nf_synproxy_core.c 	nth->window	= 0;
nth               911 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               912 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth               914 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth               917 net/netfilter/nf_synproxy_core.c 			       IP_CT_ESTABLISHED_REPLY, niph, nth,
nth               930 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               935 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               945 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               946 net/netfilter/nf_synproxy_core.c 	nth->source	= th->source;
nth               947 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->dest;
nth               948 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(recv_seq - 1);
nth               952 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->ack_seq) - 1);
nth               953 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_SYN;
nth               955 net/netfilter/nf_synproxy_core.c 		tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR;
nth               956 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               957 net/netfilter/nf_synproxy_core.c 	nth->window	= th->window;
nth               958 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               959 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth               961 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth               964 net/netfilter/nf_synproxy_core.c 			       IP_CT_NEW, niph, nth, tcp_hdr_size);
nth               975 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth               980 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth               990 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth               991 net/netfilter/nf_synproxy_core.c 	nth->source	= th->dest;
nth               992 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->source;
nth               993 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(ntohl(th->ack_seq));
nth               994 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
nth               995 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
nth               996 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth               997 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin);
nth               998 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth               999 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth              1001 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth              1003 net/netfilter/nf_synproxy_core.c 	synproxy_send_tcp_ipv6(net, skb, nskb, NULL, 0, niph, nth,
nth              1014 net/netfilter/nf_synproxy_core.c 	struct tcphdr *nth;
nth              1019 net/netfilter/nf_synproxy_core.c 	tcp_hdr_size = sizeof(*nth) + synproxy_options_size(opts);
nth              1029 net/netfilter/nf_synproxy_core.c 	nth = skb_put(nskb, tcp_hdr_size);
nth              1030 net/netfilter/nf_synproxy_core.c 	nth->source	= th->source;
nth              1031 net/netfilter/nf_synproxy_core.c 	nth->dest	= th->dest;
nth              1032 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(ntohl(th->seq) + 1);
nth              1033 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= th->ack_seq;
nth              1034 net/netfilter/nf_synproxy_core.c 	tcp_flag_word(nth) = TCP_FLAG_ACK;
nth              1035 net/netfilter/nf_synproxy_core.c 	nth->doff	= tcp_hdr_size / 4;
nth              1036 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(ntohs(th->window) >> opts->wscale);
nth              1037 net/netfilter/nf_synproxy_core.c 	nth->check	= 0;
nth              1038 net/netfilter/nf_synproxy_core.c 	nth->urg_ptr	= 0;
nth              1040 net/netfilter/nf_synproxy_core.c 	synproxy_build_options(nth, opts);
nth              1043 net/netfilter/nf_synproxy_core.c 			       IP_CT_ESTABLISHED_REPLY, niph, nth,
nth                43 net/netfilter/xt_statistic.c 			nval = (oval == info->u.nth.every) ? 0 : oval + 1;
nth                64 net/netfilter/xt_statistic.c 	atomic_set(&info->master->count, info->u.nth.count);