Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_input.c237 br_should_route_hook_t *rhook; in br_handle_frame() local
300 rhook = rcu_dereference(br_should_route_hook); in br_handle_frame()
301 if (rhook) { in br_handle_frame()
302 if ((*rhook)(skb)) { in br_handle_frame()