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