Home
last modified time | relevance | path

Searched refs:h_proto (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/include/net/
Dfirewire.h23 __be16 h_proto; /* packet type ID field */ member
Derspan.h179 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header()
273 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header_v2()
Dvxlan.h314 !can_checksum_protocol(features, inner_eth_hdr(skb)->h_proto)))) in vxlan_features_check()
Dllc_pdu.h356 dsize = ntohs(eth_hdr(ev_skb)->h_proto) - 3; in llc_pdu_init_as_test_rsp()
/linux-4.19.296/fs/lockd/
Dhost.c144 host->h_proto = ni->protocol; in nlm_alloc_host()
252 if (host->h_proto != protocol) in nlmclnt_lookup_host()
363 if (host->h_proto != ni.protocol) in nlmsvc_lookup_host()
446 .protocol = host->h_proto, in nlm_bind_host()
494 if (host->h_proto != IPPROTO_UDP) in nlm_rebind_host()
/linux-4.19.296/include/uapi/linux/
Dif_ether.h164 __be16 h_proto; /* packet type ID field */ member
/linux-4.19.296/include/net/netfilter/
Dnf_queue.h82 switch (eth_hdr(skb)->h_proto) { in hash_bridge()
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_net.c157 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in dvb_net_eth_type_trans()
158 return eth->h_proto; in dvb_net_eth_type_trans()
200 if(ntohs(hdr->h_proto) < ETH_P_802_3_MIN) { in ule_bridged_sndu()
203 if(framelen != ntohs(hdr->h_proto)) { in ule_bridged_sndu()
749 h->ethh->h_proto = htons(h->priv->ule_sndu_type); in dvb_net_ule_check_crc()
/linux-4.19.296/include/linux/lockd/
Dlockd.h52 unsigned short h_proto; /* transport proto */ member
/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.c1388 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in isdn_net_type_trans()
1389 return eth->h_proto; in isdn_net_type_trans()
/linux-4.19.296/drivers/s390/net/
Dqeth_core_main.c3788 tci = &((struct ethhdr *)skb->data)->h_proto; in qeth_get_priority_queue()