Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dmptcp.h18 struct mptcp_ext { struct
56 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()
/Linux-v5.10/net/mptcp/
Doptions.c396 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()
Dprotocol.h492 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()
Dprotocol.c752 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to()
891 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
Dsubflow.c699 struct mptcp_ext *mpext; in get_mapping_status()
/Linux-v5.10/net/core/
Dskbuff.c4204 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),