Searched defs:nth (Results 1 – 5 of 5) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_synproxy_core.c | 426 synproxy_send_tcp(struct net * net,const struct sk_buff * skb,struct sk_buff * nskb,struct nf_conntrack * nfct,enum ip_conntrack_info ctinfo,struct iphdr * niph,struct tcphdr * nth,unsigned int tcp_hdr_size) synproxy_send_tcp() argument 458 struct tcphdr *nth; synproxy_send_client_synack() local 502 struct tcphdr *nth; synproxy_send_server_syn() local 547 struct tcphdr *nth; synproxy_send_server_ack() local 585 struct tcphdr *nth; synproxy_send_client_ack() local 825 synproxy_send_tcp_ipv6(struct net * net,const struct sk_buff * skb,struct sk_buff * nskb,struct nf_conntrack * nfct,enum ip_conntrack_info ctinfo,struct ipv6hdr * niph,struct tcphdr * nth,unsigned int tcp_hdr_size) synproxy_send_tcp_ipv6() argument 876 struct tcphdr *nth; synproxy_send_client_synack_ipv6() local 921 struct tcphdr *nth; synproxy_send_server_syn_ipv6() local 966 struct tcphdr *nth; synproxy_send_server_ack_ipv6() local 1005 struct tcphdr *nth; synproxy_send_client_ack_ipv6() local [all...] |
| /linux/drivers/clk/ |
| H A D | clk-cs2000-cp.c | 24 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument 25 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument 26 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_statistic.h | 32 } nth; member
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ncm.c | 1210 } nth; in cdc_ncm_fill_tx_frame() local
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7917 int nth; every_nth_store() local
|