Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1246 static int hns3_get_l4_protocol(struct sk_buff *skb, u8 *ol4_proto, in hns3_get_l4_protocol() argument
1271 *ol4_proto = l4_proto_tmp; in hns3_get_l4_protocol()
1366 if (ol4_proto == IPPROTO_UDP) in hns3_set_outer_l2l3l4()
1369 else if (ol4_proto == IPPROTO_GRE) in hns3_set_outer_l2l3l4()
1440 static int hns3_set_l2l3l4(struct sk_buff *skb, u8 ol4_proto, in hns3_set_l2l3l4() argument
1445 u32 l4_proto = ol4_proto; in hns3_set_l2l3l4()
1456 if (!(ol4_proto == IPPROTO_UDP || ol4_proto == IPPROTO_GRE)) { in hns3_set_l2l3l4()
1469 hns3_set_outer_l2l3l4(skb, ol4_proto, ol_type_vlan_len_msec); in hns3_set_l2l3l4()
1616 u8 ol4_proto, il4_proto; in hns3_handle_csum_partial() local
1632 ret = hns3_get_l4_protocol(skb, &ol4_proto, &il4_proto); in hns3_handle_csum_partial()
[all …]