Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_forward.c142 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) in br_forward() argument
145 if (skb0) in br_forward()
152 if (!skb0) in br_forward()
197 struct sk_buff *skb0, in br_flood() argument
227 if (skb0) in br_flood()
234 if (!skb0) in br_flood()
255 struct sk_buff *skb, struct sk_buff *skb0, in br_multicast_flood() argument
291 if (skb0) in br_multicast_flood()
298 if (!skb0) in br_multicast_flood()
Dbr_private.h487 struct sk_buff *skb, struct sk_buff *skb0);