Searched refs:__dport (Results 1 – 1 of 1) sorted by relevance
2015 #define TCP_COMBINED_PORTS(__sport, __dport) \ argument2016 (((__u32)(__sport)<<16) | (__u32)(__dport))2018 #define TCP_COMBINED_PORTS(__sport, __dport) \ argument2019 (((__u32)(__dport)<<16) | (__u32)(__sport))