Home
last modified time | relevance | path

Searched refs:rcvfunc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/802/
H A Dpsnap.c63 rc = proto->rcvfunc(skb, dev, &snap_packet_type, orig_dev); in snap_rcv()
123 int (*rcvfunc)(struct sk_buff *, in register_snap_client()
138 proto->rcvfunc = rcvfunc; in register_snap_client()
/openbmc/linux/include/net/
H A Dpsnap.h12 int (*rcvfunc)(struct sk_buff *, struct net_device *,
H A Ddatalink.h19 int (*rcvfunc)(struct sk_buff *, struct net_device *, member