Searched defs:nth (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/net/netfilter/ |
D | nf_synproxy_core.c | 421 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp() 453 struct tcphdr *nth; in synproxy_send_client_synack() local 497 struct tcphdr *nth; in synproxy_send_server_syn() local 542 struct tcphdr *nth; in synproxy_send_server_ack() local 580 struct tcphdr *nth; in synproxy_send_client_ack() local 815 struct ipv6hdr *niph, struct tcphdr *nth, in synproxy_send_tcp_ipv6() 866 struct tcphdr *nth; in synproxy_send_client_synack_ipv6() local 911 struct tcphdr *nth; in synproxy_send_server_syn_ipv6() local 956 struct tcphdr *nth; in synproxy_send_server_ack_ipv6() local 995 struct tcphdr *nth; in synproxy_send_client_ack_ipv6() local
|
/Linux-v6.6/include/uapi/linux/netfilter/ |
D | xt_statistic.h | 32 } nth; member
|
/Linux-v6.6/drivers/clk/ |
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-v6.6/net/l2tp/ |
D | l2tp_core.c | 222 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth() 286 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_get_nth()
|
/Linux-v6.6/drivers/iommu/iommufd/ |
D | selftest.c | 55 unsigned int nth = syz->nth_area; in iommufd_test_syz_conv_iova() local
|
/Linux-v6.6/drivers/net/usb/ |
D | cdc_ncm.c | 1206 } nth; in cdc_ncm_fill_tx_frame() local
|
/Linux-v6.6/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 410 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local
|
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 6592 int num_tx, int nth) in mv88e6xxx_lag_set_port_mask() 6613 int i, err, nth; in mv88e6xxx_lag_sync_masks() local
|
/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 1928 fn nth(&mut self, n: usize) -> Option<I::Item> { in nth() method
|
/Linux-v6.6/drivers/scsi/ |
D | scsi_debug.c | 6268 int nth; in every_nth_store() local
|