Home
last modified time | relevance | path

Searched refs:mptcp_ext (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Dmptcp.h21 struct mptcp_ext { struct
90 struct mptcp_ext ext_copy;
185 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy()
195 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches()
196 const struct mptcp_ext *from_ext) in mptcp_ext_matches()
203 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
/linux/net/mptcp/
H A Doptions.c456 struct mptcp_ext *mpext; in mptcp_established_options_mp()
535 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin()
571 struct mptcp_ext *mpext; in mptcp_established_options_dss()
576 BUILD_BUG_ON(sizeof_field(struct mptcp_ext, flags) != sizeof(u16)); in mptcp_established_options_dss()
577 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct mptcp_ext, flags), in mptcp_established_options_dss()
1159 struct mptcp_ext *mpext; in mptcp_incoming_options()
1387 static __sum16 mptcp_make_csum(const struct mptcp_ext *mpext) in mptcp_make_csum()
1432 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
1713 const struct mptcp_ext *ext = mptcp_get_ext(skb); in mptcp_get_reset_option()
H A Dprotocol.h1299 static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb) in mptcp_get_ext()
1301 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext()
1363 struct mptcp_ext *mpext; in mptcp_check_infinite_map()
H A Dsubflow.c127 struct mptcp_ext *mpext = skb_ext_add(skb, SKB_EXT_MPTCP); in subflow_add_reset_reason()
308 const struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_get_rst_reason()
1114 struct mptcp_ext *mpext; in get_mapping_status()
H A Dprotocol.c1028 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to()
1285 struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_update_data_checksum()
1294 struct mptcp_ext *mpext) in mptcp_update_infinite_map()
1321 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
/linux/net/core/
H A Dskbuff.c5138 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),