Lines Matching defs:protocol
4809 skb->protocol = old->protocol;
4862 skb->protocol == htons(ETH_P_IPV6))) {
4963 unsigned short protocol;
4966 protocol = skb->protocol;
4969 if (protocol == htons(ETH_P_8021Q)) {
4970 protocol = iph->tot_len;
4974 if (protocol == htons(ETH_P_IP)) {
4975 if (iph->protocol == IPPROTO_TCP)
5013 skb->protocol = eth_type_trans(skb, dev);