Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1501 static int ebt_compat_entry_padsize(void) in ebt_compat_entry_padsize() function
1547 *size -= ebt_compat_entry_padsize() + off; in compat_match_to_user()
1579 *size -= ebt_compat_entry_padsize() + off; in compat_target_to_user()
1652 *off += ebt_compat_entry_padsize(); in compat_calc_match()
1659 *off += ebt_compat_entry_padsize(); in compat_calc_watcher()
1684 off += ebt_compat_entry_padsize(); in compat_calc_entry()
1944 ret = ebt_buf_add_pad(state, ebt_compat_entry_padsize()); in ebt_size_mwt()
1960 growth += ebt_compat_entry_padsize(); in ebt_size_mwt()