Lines Matching refs:inner_proto
370 __be16 inner_proto;
390 inner_proto = geneveh->proto_type;
393 inner_proto != htons(ETH_P_TEB)))) {
399 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto,
751 __be16 inner_proto)
759 geneveh->proto_type = inner_proto;
773 __be16 inner_proto;
791 inner_proto = inner_proto_inherit ? skb->protocol : htons(ETH_P_TEB);
792 geneve_build_header(gnvh, info, inner_proto);
793 skb_set_inner_protocol(skb, inner_proto);