* Notify the LLE code that the entry was used by datapath. */
| 254 | * Notify the LLE code that the entry was used by datapath. |
| 255 | */ |
| 256 | static __inline void |
| 257 | llentry_mark_used(struct llentry *lle) |
| 258 | { |
| 259 | |
| 260 | if (lle->r_skip_req == 0) |
| 261 | return; |
| 262 | if ((lle->r_flags & RLLE_VALID) != 0) |
| 263 | lle->lle_tbl->llt_mark_used(lle); |
| 264 | } |
| 265 | |
| 266 | int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *); |
| 267 |
no outgoing calls
no test coverage detected