Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmptcp.h20 struct mptcp_ext { struct
86 struct mptcp_ext ext_copy;
176 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy()
186 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches()
187 const struct mptcp_ext *from_ext) in mptcp_ext_matches()
194 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
/linux/include/trace/events/
H A Dmptcp.h67 TP_PROTO(struct mptcp_ext *mpext),
121 TP_PROTO(struct mptcp_ext *mpext),
125 TP_PROTO(struct mptcp_ext *mpext),
/linux/net/mptcp/
H A Doptions.c450 struct mptcp_ext *mpext; in mptcp_established_options_mp()
529 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin()
564 struct mptcp_ext *mpext; in mptcp_established_options_dss()
1121 struct mptcp_ext *mpext; in mptcp_incoming_options()
1330 static __sum16 mptcp_make_csum(const struct mptcp_ext *mpext) in mptcp_make_csum()
1375 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
1643 const struct mptcp_ext *ext = mptcp_get_ext(skb); in mptcp_get_reset_option()
H A Dprotocol.h1164 static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb) in mptcp_get_ext()
1166 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext()
1235 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()
307 const struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_get_rst_reason()
1103 struct mptcp_ext *mpext; in get_mapping_status()
H A Dprotocol.c968 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to()
1221 struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_update_data_checksum()
1230 struct mptcp_ext *mpext) in mptcp_update_infinite_map()
1254 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
/linux/net/core/
H A Dskbuff.c5057 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),