Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_forward.c120 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) in br_forward() argument
123 if (skb0) in br_forward()
130 if (!skb0) in br_forward()
175 struct sk_buff *skb0, in br_flood() argument
205 if (skb0) in br_flood()
212 if (!skb0) in br_flood()
233 struct sk_buff *skb, struct sk_buff *skb0, in br_multicast_flood() argument
269 if (skb0) in br_multicast_flood()
276 if (!skb0) in br_multicast_flood()
Dbr_private.h415 struct sk_buff *skb, struct sk_buff *skb0);