Matthew McClintock | e1bcfe4 | 2013-11-22 15:33:09 -0600 | [diff] [blame^] | 1 | /* |
2 | * User space header to send message to the fast classifier | ||||
3 | */ | ||||
4 | |||||
5 | void fast_classifier_ipv4_offload(unsigned char proto, unsigned long src_saddr, | ||||
6 | unsigned long dst_saddr, unsigned short sport, | ||||
7 | unsigned short dport); |