Symbol: mptcp_ext
include/net/mptcp.h
186
struct mptcp_ext *from_ext;
include/net/mptcp.h
196
static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext,
include/net/mptcp.h
197
const struct mptcp_ext *from_ext)
include/net/mptcp.h
204
!memcmp(from_ext, to_ext, sizeof(struct mptcp_ext)));
include/net/mptcp.h
91
struct mptcp_ext ext_copy;
include/trace/events/mptcp.h
127
TP_PROTO(struct mptcp_ext *mpext),
include/trace/events/mptcp.h
131
TP_PROTO(struct mptcp_ext *mpext),
include/trace/events/mptcp.h
73
TP_PROTO(struct mptcp_ext *mpext),
net/core/skbuff.c
5147
[SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),
net/mptcp/options.c
1138
struct mptcp_ext *mpext;
net/mptcp/options.c
1365
static __sum16 mptcp_make_csum(const struct mptcp_ext *mpext)
net/mptcp/options.c
1410
struct mptcp_ext *mpext = &opts->ext_copy;
net/mptcp/options.c
1691
const struct mptcp_ext *ext = mptcp_get_ext(skb);
net/mptcp/options.c
455
struct mptcp_ext *mpext;
net/mptcp/options.c
534
struct sk_buff *skb, struct mptcp_ext *ext)
net/mptcp/options.c
569
struct mptcp_ext *mpext;
net/mptcp/protocol.c
1028
const struct mptcp_ext *mpext)
net/mptcp/protocol.c
1285
struct mptcp_ext *mpext = mptcp_get_ext(skb);
net/mptcp/protocol.c
1294
struct mptcp_ext *mpext)
net/mptcp/protocol.c
1321
struct mptcp_ext *mpext = NULL;
net/mptcp/protocol.h
1273
static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb)
net/mptcp/protocol.h
1275
return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP);
net/mptcp/protocol.h
1337
struct mptcp_ext *mpext;
net/mptcp/subflow.c
1114
struct mptcp_ext *mpext;
net/mptcp/subflow.c
127
struct mptcp_ext *mpext = skb_ext_add(skb, SKB_EXT_MPTCP);
net/mptcp/subflow.c
308
const struct mptcp_ext *mpext = mptcp_get_ext(skb);