Searched refs:__sport (Results 1 – 1 of 1) sorted by relevance
218 #define TCP_COMBINED_PORTS(__sport, __dport) \ argument219 (((__u32)(__sport)<<16) | (__u32)(__dport))221 #define TCP_COMBINED_PORTS(__sport, __dport) \ argument222 (((__u32)(__dport)<<16) | (__u32)(__sport))