Searched refs:encapsulate (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/usb/ |
D | lg-vl600.c | 269 goto encapsulate; in vl600_tx_fixup() 276 goto encapsulate; in vl600_tx_fixup() 288 encapsulate: in vl600_tx_fixup()
|
D | net1080.c | 444 goto encapsulate; in net1080_tx_fixup() 453 goto encapsulate; in net1080_tx_fixup() 467 encapsulate: in net1080_tx_fixup()
|
/Linux-v4.19/drivers/net/appletalk/ |
D | Kconfig | 84 driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux 105 If you say Y here, the AppleTalk-IP code will be able to encapsulate
|
/Linux-v4.19/Documentation/networking/ |
D | ipddp.txt | 17 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
|
D | ray_cs.txt | 122 translate integer 0 = no translation (encapsulate frames)
|
D | gtp.txt | 48 the phone, and encapsulate raw IP packets received from the external
|
/Linux-v4.19/Documentation/process/ |
D | adding-syscalls.rst | 20 also makes it easier to encapsulate the new functionality in a kernel module 77 it's preferred to encapsulate the majority of the arguments into a structure 558 arguments should encapsulate those arguments in a struct, which includes a
|
/Linux-v4.19/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 60 the interface. Adapter drivers encapsulate the peripheral interface
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 143 encapsulate scheduling policy details and are handled by the scheduler core
|
/Linux-v4.19/drivers/net/wireless/cisco/ |
D | airo.c | 1149 static int encapsulate(struct airo_info *ai, etherHead *pPacket, MICBuffer *buffer, int len); 1395 static int encapsulate(struct airo_info *ai ,etherHead *frame, MICBuffer *mic, int payLen) in encapsulate() function 2014 if (encapsulate(ai, (etherHead *)buffer, &pMic, len - sizeof(etherHead)) != SUCCESS) in mpi_send_packet() 4337 if (encapsulate(ai,(etherHead *)pPacket,&pMic,len) != SUCCESS) in transmit_802_3_packet()
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | legacy.rst | 352 introduced to encapsulate all three fields as::
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 694 We encapsulate the reference counting in the standard 'get' and 'put'
|