Searched refs:OPT_HDR (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 39 #define OPT_HDR(type, skb, off) \ macro 84 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in iwl_mvm_tx_csum_pre_bz()
|
/Linux-v6.1/net/core/ |
D | skbuff.c | 5158 #define OPT_HDR(type, skb, off) \ macro 5197 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in skb_checksum_setup_ipv6() 5212 hp = OPT_HDR(struct ip_auth_hdr, skb, off); in skb_checksum_setup_ipv6() 5227 hp = OPT_HDR(struct frag_hdr, skb, off); in skb_checksum_setup_ipv6()
|