Searched refs:encapsulate (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.10/drivers/net/usb/ | 
| D | lg-vl600.c | 255 			goto encapsulate;  in vl600_tx_fixup() 262 			goto encapsulate;  in vl600_tx_fixup() 274 encapsulate:  in vl600_tx_fixup()
  | 
| D | net1080.c | 431 			goto encapsulate;  in net1080_tx_fixup() 440 			goto encapsulate;  in net1080_tx_fixup() 454 encapsulate:  in net1080_tx_fixup()
  | 
| /Linux-v5.10/drivers/net/appletalk/ | 
| D | Kconfig | 86 	  driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux 107 	  If you say Y here, the AppleTalk-IP code will be able to encapsulate
  | 
| /Linux-v5.10/Documentation/networking/ | 
| D | ipddp.rst | 22 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
  | 
| D | gtp.rst | 55 the phone, and encapsulate raw IP packets received from the external
  | 
| /Linux-v5.10/scripts/coccinelle/iterators/ | 
| D | for_each_child.cocci | 4 //# loop that may encapsulate an of_node_put.
  | 
| /Linux-v5.10/Documentation/networking/device_drivers/wifi/ | 
| D | ray_cs.rst | 137 translate	integer		0 = no translation (encapsulate frames),
  | 
| /Linux-v5.10/Documentation/process/ | 
| D | adding-syscalls.rst | 23    also makes it easier to encapsulate the new functionality in a kernel module 80 it's preferred to encapsulate the majority of the arguments into a structure 561    arguments should encapsulate those arguments in a struct, which includes a
  | 
| /Linux-v5.10/Documentation/scheduler/ | 
| D | sched-design-CFS.rst | 149 encapsulate scheduling policy details and are handled by the scheduler core
  | 
| /Linux-v5.10/drivers/staging/most/Documentation/ | 
| D | driver_usage.txt | 60 the interface. Adapter drivers encapsulate the peripheral interface
  | 
| /Linux-v5.10/drivers/net/wireless/cisco/ | 
| D | airo.c | 1155 static int encapsulate(struct airo_info *ai, etherHead *pPacket, MICBuffer *buffer, int len); 1402 static int encapsulate(struct airo_info *ai, etherHead *frame, MICBuffer *mic, int payLen)  in encapsulate()  function 2020 		if (encapsulate(ai, (etherHead *)buffer, &pMic, len - sizeof(etherHead)) != SUCCESS)  in mpi_send_packet() 4370 		if (encapsulate(ai, (etherHead *)pPacket,&pMic, len) != SUCCESS)  in transmit_802_3_packet()
  | 
| /Linux-v5.10/Documentation/driver-api/gpio/ | 
| D | legacy.rst | 352 introduced to encapsulate all three fields as::
  | 
| /Linux-v5.10/Documentation/kernel-hacking/ | 
| D | locking.rst | 694 We encapsulate the reference counting in the standard 'get' and 'put'
  |