Lines Matching defs:from
94 struct sk_buff *from)
96 if (!skb_ext_exist(from, SKB_EXT_MPTCP))
102 to->active_extensions = from->active_extensions;
103 to->extensions = from->extensions;
104 from->active_extensions = 0;
119 * MPTCP collapse is allowed if neither @to or @from carry an mptcp data
120 * mapping, or if the extension of @to is the same as @from.
121 * Collapsing is not possible if @to lacks an extension, but @from carries one.
124 const struct sk_buff *from)
127 skb_ext_find(from, SKB_EXT_MPTCP));
193 const struct sk_buff *from)
198 const struct sk_buff *from)