Searched refs:il4_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 732 u8 *il4_proto) in hns3_get_l4_protocol() 760 *il4_proto = 0; in hns3_get_l4_protocol() 778 *il4_proto = l4_proto_tmp; in hns3_get_l4_protocol() 853 u8 il4_proto, u32 *type_cs_vlan_tso, in hns3_set_l2l3l4() 887 l4_proto = il4_proto; in hns3_set_l2l3l4() 1044 u8 ol4_proto, il4_proto; in hns3_fill_skb_desc() local 1048 ret = hns3_get_l4_protocol(skb, &ol4_proto, &il4_proto); in hns3_fill_skb_desc() 1056 ret = hns3_set_l2l3l4(skb, ol4_proto, il4_proto, in hns3_fill_skb_desc() 731 hns3_get_l4_protocol(struct sk_buff *skb, u8 *ol4_proto, u8 *il4_proto) hns3_get_l4_protocol() argument 852 hns3_set_l2l3l4(struct sk_buff *skb, u8 ol4_proto, u8 il4_proto, u32 *type_cs_vlan_tso, u32 *ol_type_vlan_len_msec) hns3_set_l2l3l4() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 1240 u8 *il4_proto) in hns3_get_l4_protocol() 1268 *il4_proto = 0; in hns3_get_l4_protocol() 1286 *il4_proto = l4_proto_tmp; in hns3_get_l4_protocol() 1434 u8 il4_proto, u32 *type_cs_vlan_tso, in hns3_set_l2l3l4() 1468 l4_proto = il4_proto; in hns3_set_l2l3l4() 1609 u8 ol4_proto, il4_proto; in hns3_handle_csum_partial() local 1625 ret = hns3_get_l4_protocol(skb, &ol4_proto, &il4_proto); in hns3_handle_csum_partial() 1631 ret = hns3_set_l2l3l4(skb, ol4_proto, il4_proto, in hns3_handle_csum_partial() 1239 hns3_get_l4_protocol(struct sk_buff *skb, u8 *ol4_proto, u8 *il4_proto) hns3_get_l4_protocol() argument 1433 hns3_set_l2l3l4(struct sk_buff *skb, u8 ol4_proto, u8 il4_proto, u32 *type_cs_vlan_tso, u32 *ol_type_vlan_len_msec) hns3_set_l2l3l4() argument
|
Completed in 14 milliseconds