ebt_mac_wormhash   46 include/uapi/linux/netfilter_bridge/ebt_among.h #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) \
ebt_mac_wormhash   59 include/uapi/linux/netfilter_bridge/ebt_among.h 	(struct ebt_mac_wormhash*)((char*)(x) + (x)->wh_dst_ofs) : NULL)
ebt_mac_wormhash   61 include/uapi/linux/netfilter_bridge/ebt_among.h 	(struct ebt_mac_wormhash*)((char*)(x) + (x)->wh_src_ofs) : NULL)
ebt_mac_wormhash   19 net/bridge/netfilter/ebt_among.c static bool ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh,
ebt_mac_wormhash   53 net/bridge/netfilter/ebt_among.c static int ebt_mac_wormhash_check_integrity(const struct ebt_mac_wormhash
ebt_mac_wormhash  137 net/bridge/netfilter/ebt_among.c 	const struct ebt_mac_wormhash *wh_dst, *wh_src;
ebt_mac_wormhash  176 net/bridge/netfilter/ebt_among.c static bool poolsize_invalid(const struct ebt_mac_wormhash *w)
ebt_mac_wormhash  187 net/bridge/netfilter/ebt_among.c 	    off % __alignof__(struct ebt_mac_wormhash))
ebt_mac_wormhash  190 net/bridge/netfilter/ebt_among.c 	off += sizeof(struct ebt_mac_wormhash);
ebt_mac_wormhash  195 net/bridge/netfilter/ebt_among.c static bool wormhash_sizes_valid(const struct ebt_mac_wormhash *wh, int a, int b)
ebt_mac_wormhash  209 net/bridge/netfilter/ebt_among.c 	const struct ebt_mac_wormhash *wh_dst, *wh_src;