Searched defs:nth (Results 1 – 6 of 6) sorted by relevance
421 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp()453 struct tcphdr *nth; in synproxy_send_client_synack() local497 struct tcphdr *nth; in synproxy_send_server_syn() local542 struct tcphdr *nth; in synproxy_send_server_ack() local580 struct tcphdr *nth; in synproxy_send_client_ack() local815 struct ipv6hdr *niph, struct tcphdr *nth, in synproxy_send_tcp_ipv6()866 struct tcphdr *nth; in synproxy_send_client_synack_ipv6() local911 struct tcphdr *nth; in synproxy_send_server_syn_ipv6() local956 struct tcphdr *nth; in synproxy_send_server_ack_ipv6() local995 struct tcphdr *nth; in synproxy_send_client_ack_ipv6() local
24 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument25 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument26 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
32 } nth; member
255 ftrace_regs_get_kernel_stack_nth(struct ftrace_regs *fregs, unsigned int nth) in ftrace_regs_get_kernel_stack_nth()267 #define ftrace_regs_get_kernel_stack_nth(fregs, nth) (0L) argument
1210 } nth; in cdc_ncm_fill_tx_frame() local
410 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local