Re: [PATCH 1/3 net-next] linux: Add skb_frag_t page_offset accessors
From: David Miller <davem@davemloft.net>
Date: 2019-07-29 21:25:59
From: David Miller <davem@davemloft.net>
Date: 2019-07-29 21:25:59
From: Jakub Kicinski <redacted> Date: Mon, 29 Jul 2019 14:22:11 -0700
There is no need to ponder the connotations of verbs. Please just look at other function names in skbuff.h, especially those which copy fields :) static inline void skb_copy_hash(struct sk_buff *to, const struct sk_buff *from) static inline void skb_copy_secmark(struct sk_buff *to, const struct sk_buff *from) static inline void skb_copy_queue_mapping(struct sk_buff *to, const struct sk_buff *from) static inline void skb_ext_copy(struct sk_buff *dst, const struct sk_buff *src)
I have to agree :-)