Home
last modified time | relevance | path

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

/net/bridge/
Dbr_input.c252 br_should_route_hook_t *rhook; in br_handle_frame() local
320 rhook = rcu_dereference(br_should_route_hook); in br_handle_frame()
321 if (rhook) { in br_handle_frame()
322 if ((*rhook)(skb)) { in br_handle_frame()