Searched refs:mptcp_ext (Results 1 – 6 of 6) sorted by relevance
18 struct mptcp_ext { struct56 struct mptcp_ext ext_copy;109 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches()110 const struct mptcp_ext *from_ext) in mptcp_ext_matches()117 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
396 struct mptcp_ext *mpext; in mptcp_established_options_mp()454 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin()490 struct mptcp_ext *mpext; in mptcp_established_options_dss()887 struct mptcp_ext *mpext; in mptcp_incoming_options()1089 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
492 static inline struct mptcp_ext *mptcp_get_ext(struct sk_buff *skb) in mptcp_get_ext()494 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext()
752 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to()891 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
699 struct mptcp_ext *mpext; in get_mapping_status()
4204 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),