Searched refs:add_entry (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/atm/ |
D | mpoa_caches.h | 32 in_cache_entry *(*add_entry)(__be32 dst_ip, member 65 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client); member
|
D | mpc.c | 515 entry = mpc->in_ops->add_entry(ipaddr, mpc); in send_via_shortcut() 1088 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd() 1318 entry = mpc->eg_ops->add_entry(msg, mpc); in MPOA_cache_impos_rcvd()
|
/linux-4.1.27/drivers/rapidio/switches/ |
D | tsi568.c | 135 .add_entry = tsi568_route_add_entry,
|
D | idtcps.c | 124 .add_entry = idtcps_route_add_entry,
|
D | idt_gen2.c | 411 .add_entry = idtg2_route_add_entry,
|
D | tsi57x.c | 298 .add_entry = tsi57x_route_add_entry,
|
/linux-4.1.27/include/linux/ |
D | rio.h | 126 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, member
|
/linux-4.1.27/drivers/rapidio/ |
D | rio.c | 1387 if (ops == NULL || ops->add_entry == NULL) { in rio_route_add_entry() 1392 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
|
/linux-4.1.27/fs/ncpfs/ |
D | dir.c | 863 goto add_entry; in ncp_lookup() 876 add_entry: in ncp_lookup()
|
/linux-4.1.27/fs/affs/ |
D | Changes | 197 - Fixed bug in add_entry(): When doing a sorted insert,
|