Searched refs:ETH_P_AF_IUCV (Results 1 – 4 of 4) sorted by relevance
99 #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */ macro
1876 (magic == ETH_P_AF_IUCV)) { in qeth_l3_process_inbound_buffer()1877 skb->protocol = ETH_P_AF_IUCV; in qeth_l3_process_inbound_buffer()2853 (skb->protocol != ETH_P_AF_IUCV)))) || in qeth_l3_hard_start_xmit()2876 if (new_skb->protocol == ETH_P_AF_IUCV) in qeth_l3_hard_start_xmit()2941 if (new_skb->protocol == ETH_P_AF_IUCV) in qeth_l3_hard_start_xmit()
1205 if (skb->protocol == ETH_P_AF_IUCV) { in qeth_notify_skbs()1236 if (notify_general_error && skb->protocol == ETH_P_AF_IUCV) { in qeth_release_skbs()
332 phs_hdr->magic = ETH_P_AF_IUCV; in afiucv_hs_send()365 skb->protocol = ETH_P_AF_IUCV; in afiucv_hs_send()2356 .type = cpu_to_be16(ETH_P_AF_IUCV),