Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_input.c231 br_should_route_hook_t *rhook; in br_handle_frame() local
293 rhook = rcu_dereference(br_should_route_hook); in br_handle_frame()
294 if (rhook) { in br_handle_frame()
295 if ((*rhook)(skb)) { in br_handle_frame()