Symbol: mptcp_ext
include/net/mptcp.h
182
struct mptcp_ext *from_ext;
include/net/mptcp.h
192
static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext,
include/net/mptcp.h
193
const struct mptcp_ext *from_ext)
include/net/mptcp.h
200
!memcmp(from_ext, to_ext, sizeof(struct mptcp_ext)));
include/net/mptcp.h
87
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
5132
[SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),
net/mptcp/options.c
1167
struct mptcp_ext *mpext;
net/mptcp/options.c
1399
static __sum16 mptcp_make_csum(const struct mptcp_ext *mpext)
net/mptcp/options.c
1444
struct mptcp_ext *mpext = &opts->ext_copy;
net/mptcp/options.c
1716
const struct mptcp_ext *ext = mptcp_get_ext(skb);
net/mptcp/options.c
456
struct mptcp_ext *mpext;
net/mptcp/options.c
535
struct sk_buff *skb, struct mptcp_ext *ext)
net/mptcp/options.c
570
struct mptcp_ext *mpext;
net/mptcp/protocol.c
1242
struct mptcp_ext *mpext = mptcp_get_ext(skb);
net/mptcp/protocol.c
1251
struct mptcp_ext *mpext)
net/mptcp/protocol.c
1278
struct mptcp_ext *mpext = NULL;
net/mptcp/protocol.c
987
const struct mptcp_ext *mpext)
net/mptcp/protocol.h
1264
static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb)
net/mptcp/protocol.h
1266
return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP);
net/mptcp/protocol.h
1328
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);