Home
last modified time | relevance | path

Searched refs:decapsulate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipddp.rst22 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
H A Dgtp.rst54 able to decapsulate tunneled IP packets in the uplink originated by
/OK3568_Linux_fs/kernel/drivers/net/appletalk/
H A DKconfig87 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c1156 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()