Searched refs:mptcp_ext (Results 1 – 7 of 7) sorted by relevance
18 struct mptcp_ext { struct82 struct mptcp_ext ext_copy;148 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy()158 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches()159 const struct mptcp_ext *from_ext) in mptcp_ext_matches()166 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
67 TP_PROTO(struct mptcp_ext *mpext),119 TP_PROTO(struct mptcp_ext *mpext),
465 struct mptcp_ext *mpext; in mptcp_established_options_mp()536 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin()572 struct mptcp_ext *mpext; in mptcp_established_options_dss()1090 struct mptcp_ext *mpext; in mptcp_incoming_options()1249 static u16 mptcp_make_csum(const struct mptcp_ext *mpext) in mptcp_make_csum()1285 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()1510 const struct mptcp_ext *ext = mptcp_get_ext(skb); in mptcp_get_reset_option()
832 static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb) in mptcp_get_ext()834 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext()
124 struct mptcp_ext *mpext = skb_ext_add(skb, SKB_EXT_MPTCP); in subflow_add_reset_reason()932 struct mptcp_ext *mpext; in get_mapping_status()
884 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to()1275 struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_update_data_checksum()1289 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
4442 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),