Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ !
Dif_ether.h93 #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */ macro
/linux-3.4.99/net/iucv/ !
Daf_iucv.c341 phs_hdr->magic = ETH_P_AF_IUCV; in afiucv_hs_send()
374 skb->protocol = ETH_P_AF_IUCV; in afiucv_hs_send()
2359 .type = cpu_to_be16(ETH_P_AF_IUCV),
/linux-3.4.99/drivers/s390/net/ !
Dqeth_l3_main.c2021 (magic == ETH_P_AF_IUCV)) { in qeth_l3_process_inbound_buffer()
2022 skb->protocol = ETH_P_AF_IUCV; in qeth_l3_process_inbound_buffer()
2994 (skb->protocol != ETH_P_AF_IUCV)))) || in qeth_l3_hard_start_xmit()
3017 if (new_skb->protocol == ETH_P_AF_IUCV) in qeth_l3_hard_start_xmit()
3085 if (new_skb->protocol == ETH_P_AF_IUCV) in qeth_l3_hard_start_xmit()
Dqeth_core_main.c1111 if (skb->protocol == ETH_P_AF_IUCV) { in qeth_notify_skbs()
1142 if (notify_general_error && skb->protocol == ETH_P_AF_IUCV) { in qeth_release_skbs()