Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/lmc/
Dlmc_proto.c105 case LMC_RAW: in lmc_proto_init()
136 case LMC_RAW: /* Setup the task queue, maybe we should notify someone? */ in lmc_proto_attach()
152 case LMC_RAW: /* Tell someone we're detaching? */ in lmc_proto_detach()
168 case LMC_RAW: /* Reset the interface after being down, prerape to receive packets again */ in lmc_proto_reopen()
204 case LMC_RAW: /* We're about to start getting packets! */ in lmc_proto_open()
221 case LMC_RAW: /* Interface going down */ in lmc_proto_close()
239 case LMC_RAW: /* Packet type for skbuff kind of useless */ in lmc_proto_type()
260 case LMC_RAW: in lmc_proto_netif()
Dlmc_ioctl.h66 #define LMC_RAW 3 /* use direct net interface */ macro