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

/linux-master/net/bridge/netfilter/
H A Debtables.c1619 static int ebt_compat_entry_padsize(void) function
1665 *size -= ebt_compat_entry_padsize() + off;
1697 *size -= ebt_compat_entry_padsize() + off;
1770 *off += ebt_compat_entry_padsize();
1777 *off += ebt_compat_entry_padsize();
1802 off += ebt_compat_entry_padsize();
2062 ret = ebt_buf_add_pad(state, ebt_compat_entry_padsize());
2078 growth += ebt_compat_entry_padsize();

Completed in 134 milliseconds