Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A 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()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c398 struct mptcp_ext *mpext; in mptcp_established_options_mp()
456 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin()
492 struct mptcp_ext *mpext; in mptcp_established_options_dss()
889 struct mptcp_ext *mpext; in mptcp_incoming_options()
1091 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
H A 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()
H A Dprotocol.c754 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to()
899 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
H A Dsubflow.c702 struct mptcp_ext *mpext; in get_mapping_status()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c4282 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),