tag | line | file | source code |
rcvfunc | 9 | net/inet/datalink.h | int (*rcvfunc)(struct sk_buff *, struct device *, |
rcvfunc | 30 | net/inet/p8022.c | return proto->rcvfunc(skb, dev, pt); |
rcvfunc | 76 | net/inet/p8022.c | register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)) |
rcvfunc | 87 | net/inet/p8022.c | proto->rcvfunc = rcvfunc; |
rcvfunc | 1 | net/inet/p8022.h | struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)); |