Searched refs:ubase (Results 1 – 1 of 1) sorted by relevance
/net/bridge/netfilter/ |
D | ebtables.c | 1456 const char *base, char __user *ubase) in ebt_match_to_user() argument 1458 return ebt_obj_to_user(ubase + ((char *)m - base), in ebt_match_to_user() 1465 const char *base, char __user *ubase) in ebt_watcher_to_user() argument 1467 return ebt_obj_to_user(ubase + ((char *)w - base), in ebt_watcher_to_user() 1474 char __user *ubase) in ebt_entry_to_user() argument 1482 if (copy_to_user(ubase + ((char *)e - base), e, in ebt_entry_to_user() 1488 if (copy_to_user(ubase + ((char *)e - base), e, sizeof(*e))) in ebt_entry_to_user() 1491 hlp = ubase + (((char *)e + e->target_offset) - base); in ebt_entry_to_user() 1494 ret = EBT_MATCH_ITERATE(e, ebt_match_to_user, base, ubase); in ebt_entry_to_user() 1497 ret = EBT_WATCHER_ITERATE(e, ebt_watcher_to_user, base, ubase); in ebt_entry_to_user()
|