Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c4030 int hlen, __be16 l2_proto, int *nhoff, int *ip_proto, bool l34) in bond_flow_ip()
4058 if (l34 && *ip_proto >= 0) in bond_vlan_srcmac_hash()
4092 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect()
4108 if (!bond_flow_ip(skb, fk, data, hlen, l2_proto, &nhoff, &ip_proto, l34)) in bond_flow_dissect()
4129 return bond_flow_ip(skb, fk, data, hlen, l2_proto, &nhoff, &ip_proto, l34); in bond_ip_hash()
4024 bond_flow_ip(struct sk_buff * skb,struct flow_keys * fk,const void * data,int hlen,__be16 l2_proto,int * nhoff,int * ip_proto,bool l34) bond_flow_ip() argument
4086 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; bond_flow_dissect() local