blob: d9bb95a51f57906cd7ca181beb08e93bb61d2e3c [file] [log] [blame]
Matthew McClintocke1bcfe42013-11-22 15:33:09 -06001/*
2 * User space header to send message to the fast classifier
3 */
4
5void fast_classifier_ipv4_offload(unsigned char proto, unsigned long src_saddr,
6 unsigned long dst_saddr, unsigned short sport,
7 unsigned short dport);