Searched refs:OPT_HDR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 96 #define OPT_HDR(type, skb, off) \ macro 144 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in iwl_mvm_tx_csum()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 41 #define OPT_HDR(type, skb, off) \ macro 87 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in iwl_mvm_tx_csum()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 4966 #define OPT_HDR(type, skb, off) \ macro 5005 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in skb_checksum_setup_ipv6() 5020 hp = OPT_HDR(struct ip_auth_hdr, skb, off); in skb_checksum_setup_ipv6() 5035 hp = OPT_HDR(struct frag_hdr, skb, off); in skb_checksum_setup_ipv6()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 5500 #define OPT_HDR(type, skb, off) \ macro 5539 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in skb_checksum_setup_ipv6() 5554 hp = OPT_HDR(struct ip_auth_hdr, skb, off); in skb_checksum_setup_ipv6() 5569 hp = OPT_HDR(struct frag_hdr, skb, off); in skb_checksum_setup_ipv6()
|
Completed in 24 milliseconds