Home
last modified time | relevance | path

Searched refs:entry_b (Results 1 – 2 of 2) sorted by relevance

/linux/net/netlabel/
H A Dnetlabel_domainhash.c407 struct netlbl_dom_map *entry_old, *entry_b; in netlbl_domhsh_add() local
454 entry_b = kzalloc_obj(*entry_b, GFP_ATOMIC); in netlbl_domhsh_add()
455 if (entry_b == NULL) { in netlbl_domhsh_add()
459 entry_b->family = AF_INET6; in netlbl_domhsh_add()
460 entry_b->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_domhsh_add()
461 entry_b->valid = 1; in netlbl_domhsh_add()
466 entry_b); in netlbl_domhsh_add()
/linux/drivers/infiniband/core/
H A Dcma.c457 struct id_table_entry *entry_b) in compare_netdev_and_ip() argument
460 &entry_b->id_list, struct rdma_id_private, id_list_entry); in compare_netdev_and_ip()