| H A D | bond_main.c | 4128 int hlen, __be16 l2_proto, int *nhoff, int *ip_proto, bool l34) in bond_flow_ip() 4133 if (l2_proto == htons(ETH_P_IP)) { in bond_flow_ip() 4143 } else if (l2_proto == htons(ETH_P_IPV6)) { in bond_flow_ip() 4188 __be16 l2_proto, int nhoff, int hlen, struct flow_keys *fk) in bond_flow_dissect() 4199 l2_proto, nhoff, hlen, 0); in bond_flow_dissect() 4206 if (!bond_flow_ip(skb, fk, data, hlen, l2_proto, &nhoff, &ip_proto, l34)) in bond_flow_dissect() 4227 return bond_flow_ip(skb, fk, data, hlen, l2_proto, &nhoff, &ip_proto, l34); in bond_ip_hash() 4253 __be16 l2_proto, int mhoff, int nhoff, int hlen) in __bond_xmit_hash() 4262 !bond_flow_dissect(bond, skb, data, l2_proto, nhoff, hlen, &flow)) in __bond_xmit_hash() 4119 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 4179 bond_flow_dissect(struct bonding * bond,struct sk_buff * skb,const void * data,__be16 l2_proto,int nhoff,int hlen,struct flow_keys * fk) bond_flow_dissect() argument 4244 __bond_xmit_hash(struct bonding * bond,struct sk_buff * skb,const void * data,__be16 l2_proto,int mhoff,int nhoff,int hlen) __bond_xmit_hash() argument
|