Searched refs:get_idx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nfnetlink_log.c | 1046 static struct hlist_node *get_idx(struct net *net, struct iter_state *st, in get_idx() function 1062 return get_idx(seq_file_net(s), s->private, *pos); in __acquires()
|
H A D | nfnetlink_queue.c | 1446 static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos) in get_idx() function 1461 return get_idx(s, *pos);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_log.c | 1064 static struct hlist_node *get_idx(struct net *net, struct iter_state *st, in get_idx() function 1080 return get_idx(seq_file_net(s), s->private, *pos); in __acquires()
|
H A D | nfnetlink_queue.c | 1497 static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos) in get_idx() function 1512 return get_idx(s, *pos);
|
Completed in 8 milliseconds