Searched refs:MPTCP_DSS_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mptcp/ | ||
| H A D | protocol.h | 80 #define MPTCP_DSS_FLAG_MASK (0x1F) macro |
| H A D | options.c | 143 flags = (*ptr++) & MPTCP_DSS_FLAG_MASK; in mptcp_parse_option() |