Home
last modified time | relevance | path

Searched refs:p_proto (Results 1 – 3 of 3) sorted by relevance

/net/bridge/netfilter/
Dnft_meta_bridge.c49 u16 p_proto; in nft_meta_bridge_get_eval() local
55 br_vlan_get_proto(br_dev, &p_proto); in nft_meta_bridge_get_eval()
56 nft_reg_store16(dest, htons(p_proto)); in nft_meta_bridge_get_eval()
/net/core/
Dflow_dissector.c494 __be16 *p_proto, int *p_nhoff, int *p_hlen, in __skb_flow_dissect_gre() argument
516 *p_proto = hdr->protocol; in __skb_flow_dissect_gre()
519 if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY))) in __skb_flow_dissect_gre()
556 if (*p_proto == htons(ETH_P_TEB)) { in __skb_flow_dissect_gre()
565 *p_proto = eth->h_proto; in __skb_flow_dissect_gre()
590 *p_proto = htons(ETH_P_IP); in __skb_flow_dissect_gre()
593 *p_proto = htons(ETH_P_IPV6); in __skb_flow_dissect_gre()
633 void *data, __be16 *p_proto, int *p_nhoff, int hlen, in __skb_flow_dissect_batadv() argument
652 *p_proto = hdr->eth.h_proto; in __skb_flow_dissect_batadv()
/net/bridge/
Dbr_vlan.c800 int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto) in br_vlan_get_proto() argument
804 *p_proto = ntohs(br->vlan_proto); in br_vlan_get_proto()