Home
last modified time | relevance | path

Searched defs:cidr (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dpfxlen.c172 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) in ip_set_range_to_cidr() argument
H A Dip_set_bitmap_ipmac.c342 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ipmac_create() local
H A Dip_set_bitmap_ip.c172 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_uadt() local
278 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_create() local
H A Dip_set_hash_ipportnet.c55 u8 cidr:7; member
93 hash_ipportnet4_data_netmask(struct hash_ipportnet4_elem *elem, u8 cidr) in hash_ipportnet4_data_netmask() argument
169 u8 cidr; hash_ipportnet4_uadt() local
310 u8 cidr:7; global() member
348 hash_ipportnet6_data_netmask(struct hash_ipportnet6_elem *elem, u8 cidr) hash_ipportnet6_data_netmask() argument
425 u8 cidr; hash_ipportnet6_uadt() local
[all...]
H A Dip_set_hash_net.c45 u8 cidr; member
78 hash_net4_data_netmask(struct hash_net4_elem *elem, u8 cidr) in hash_net4_data_netmask() argument
216 u8 cidr; global() member
249 hash_net6_data_netmask(struct hash_net6_elem *elem, u8 cidr) hash_net6_data_netmask() argument
[all...]
H A Dip_set_hash_ipportip.c168 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipportip4_uadt() local
298 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipportip6_uadt() local
H A Dip_set_hash_ipport.c161 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipport4_uadt() local
287 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipport6_uadt() local
H A Dip_set_hash_ipmark.c143 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipmark4_uadt() local
249 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipmark6_uadt() local
H A Dip_set_hash_ip.c140 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ip4_uadt() local
254 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ip6_uadt() local
H A Dip_set_hash_netport.c54 u8 cidr:7; member
90 hash_netport4_data_netmask(struct hash_netport4_elem *elem, u8 cidr) in hash_netport4_data_netmask() argument
162 u8 cidr; hash_netport4_uadt() local
271 u8 cidr:7; global() member
307 hash_netport6_data_netmask(struct hash_netport6_elem *elem, u8 cidr) hash_netport6_data_netmask() argument
382 u8 cidr; hash_netport6_uadt() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dpfxlen.c172 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) in ip_set_range_to_cidr() argument
H A Dip_set_hash_netport.c55 u8 cidr:7; member
91 hash_netport4_data_netmask(struct hash_netport4_elem *elem, u8 cidr) in hash_netport4_data_netmask() argument
163 u8 cidr; hash_netport4_uadt() local
272 u8 cidr:7; global() member
308 hash_netport6_data_netmask(struct hash_netport6_elem *elem, u8 cidr) hash_netport6_data_netmask() argument
383 u8 cidr; hash_netport6_uadt() local
[all...]
H A Dip_set_bitmap_ipmac.c342 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ipmac_create() local
H A Dip_set_bitmap_ip.c172 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_uadt() local
278 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_create() local
H A Dip_set_hash_ipportnet.c56 u8 cidr:7; member
94 hash_ipportnet4_data_netmask(struct hash_ipportnet4_elem *elem, u8 cidr) in hash_ipportnet4_data_netmask() argument
170 u8 cidr; hash_ipportnet4_uadt() local
311 u8 cidr:7; global() member
349 hash_ipportnet6_data_netmask(struct hash_ipportnet6_elem *elem, u8 cidr) hash_ipportnet6_data_netmask() argument
426 u8 cidr; hash_ipportnet6_uadt() local
[all...]
H A Dip_set_hash_net.c46 u8 cidr; member
79 hash_net4_data_netmask(struct hash_net4_elem *elem, u8 cidr) in hash_net4_data_netmask() argument
217 u8 cidr; global() member
250 hash_net6_data_netmask(struct hash_net6_elem *elem, u8 cidr) hash_net6_data_netmask() argument
[all...]
H A Dip_set_hash_ipport.c173 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipport4_uadt() local
304 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipport6_uadt() local
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dallowedips.h18 u8 cidr, bit_at_a, bit_at_b, bitlen; member
H A Dnetlink.c75 static int get_allowedips(struct sk_buff *skb, const u8 *ip, u8 cidr, in get_allowedips() argument
177 u8 cidr, ip[16] __aligned(__alignof(u64)); in get_peer() local
333 u8 cidr; in set_allowedip() local
[all...]
H A Dallowedips.c23 copy_and_assign_cidr(struct allowedips_node *node, const u8 *src, u8 cidr, u8 bits) copy_and_assign_cidr() argument
149 node_placement(struct allowedips_node __rcu *trie, const u8 *key, u8 cidr, u8 bits, struct allowedips_node **rnode, struct mutex *lock) node_placement() argument
181 add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, u8 cidr, struct wg_peer *peer, struct mutex *lock) add() argument
281 wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, u8 cidr, struct wg_peer *peer, struct mutex *lock) wg_allowedips_insert_v4() argument
292 wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, u8 cidr, struct wg_peer *peer, struct mutex *lock) wg_allowedips_insert_v6() argument
343 wg_allowedips_read_node(struct allowedips_node *node, u8 ip[16], u8 *cidr) wg_allowedips_read_node() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dallowedips.h18 u8 cidr, bit_at_a, bit_at_b, bitlen; member
H A Dnetlink.c75 static int get_allowedips(struct sk_buff *skb, const u8 *ip, u8 cidr, in get_allowedips() argument
177 u8 cidr, ip[16] __aligned(__alignof(u64)); in get_peer() local
333 u8 cidr; in set_allowedip() local
[all...]
H A Dallowedips.c23 copy_and_assign_cidr(struct allowedips_node *node, const u8 *src, u8 cidr, u8 bits) copy_and_assign_cidr() argument
149 node_placement(struct allowedips_node __rcu *trie, const u8 *key, u8 cidr, u8 bits, struct allowedips_node **rnode, struct mutex *lock) node_placement() argument
181 add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, u8 cidr, struct wg_peer *peer, struct mutex *lock) add() argument
281 wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, u8 cidr, struct wg_peer *peer, struct mutex *lock) wg_allowedips_insert_v4() argument
292 wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, u8 cidr, struct wg_peer *peer, struct mutex *lock) wg_allowedips_insert_v6() argument
343 wg_allowedips_read_node(struct allowedips_node *node, u8 ip[16], u8 *cidr) wg_allowedips_read_node() argument
[all...]
/kernel/linux/linux-5.10/drivers/soc/atmel/
H A Dsoc.c156 static int __init at91_get_cidr_exid_from_dbgu(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_dbgu() argument
184 static int __init at91_get_cidr_exid_from_chipid(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_chipid() argument
214 u32 cidr, exid; in at91_soc_init() local
[all...]
/kernel/linux/linux-6.6/drivers/soc/atmel/
H A Dsoc.c251 static int __init at91_get_cidr_exid_from_dbgu(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_dbgu() argument
279 static int __init at91_get_cidr_exid_from_chipid(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_chipid() argument
314 u32 cidr, exid; in at91_soc_init() local
[all...]

Completed in 16 milliseconds

12