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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_redirect.c17 static int ebt_target_redirect(struct sk_buff **pskb, unsigned int hooknr, argument
34 if (hooknr != NF_BR_BROUTING)
H A Debt_dnat.c16 static int ebt_target_dnat(struct sk_buff **pskb, unsigned int hooknr, argument
H A Debt_mark.c20 static int ebt_target_mark(struct sk_buff **pskb, unsigned int hooknr, argument
H A Debt_arpreply.c18 static int ebt_target_reply(struct sk_buff **pskb, unsigned int hooknr, argument
H A Debt_snat.c18 static int ebt_target_snat(struct sk_buff **pskb, unsigned int hooknr, argument
H A Debt_ulog.c123 static void ebt_ulog_packet(unsigned int hooknr, const struct sk_buff *skb, argument
174 pm->hook = hooknr;
248 static void ebt_ulog(const struct sk_buff *skb, unsigned int hooknr, argument
254 ebt_ulog_packet(hooknr, skb, in, out, uloginfo, NULL);
H A Debt_log.c159 static void ebt_log(const struct sk_buff *skb, unsigned int hooknr, argument
171 nf_log_packet(PF_BRIDGE, hooknr, skb, in, out, &li,
174 ebt_log_packet(PF_BRIDGE, hooknr, skb, in, out, &li,
H A Debt_vlan.c93 unsigned int hooknr,
92 ebt_check_vlan(const char *tablename, unsigned int hooknr, const struct ebt_entry *e, void *data, unsigned int datalen) argument
H A Debtables.c68 const struct sk_buff *skb, unsigned int hooknr, const struct net_device *in,
71 w->u.watcher->watcher(skb, hooknr, in, out, w->data,
708 unsigned int udc_cnt, unsigned int hooknr, char *base)
756 if (cl_s[i].hookmask & (1 << hooknr))
766 /* this udc is accessible from the base chain for hooknr */
767 cl_s[i].hookmask |= (1 << hooknr);
67 ebt_do_watcher(struct ebt_entry_watcher *w, const struct sk_buff *skb, unsigned int hooknr, const struct net_device *in, const struct net_device *out) argument
707 check_chainloops(struct ebt_entries *chain, struct ebt_cl_stack *cl_s, unsigned int udc_cnt, unsigned int hooknr, char *base) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debtables.h225 void (*watcher)(const struct sk_buff *skb, unsigned int hooknr,
240 int (*target)(struct sk_buff **pskb, unsigned int hooknr,

Completed in 64 milliseconds