Searched refs:decapsulate (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/Documentation/networking/ | 
| D | ipddp.txt | 17 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
 | 
| D | gtp.txt | 47 able to decapsulate tunneled IP packets in the uplink originated by
 | 
| /Linux-v5.4/drivers/net/appletalk/ | 
| D | Kconfig | 86 	  box is stuck on an AppleTalk only network) or decapsulate (e.g. if
 | 
| /Linux-v5.4/drivers/net/wireless/cisco/ | 
| D | airo.c | 1153 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *pPacket, u16 payLen);1454 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *eth, u16 payLen)  in decapsulate()  function
 3368 		if (decapsulate(ai, &micbuf, (etherHead*) buffer, len))  in airo_handle_rx()
 3665 		if (decapsulate (ai, &micbuf, (etherHead*)buffer, len - off - ETH_ALEN * 2)) {  in mpi_receive_802_3()
 
 |