File: queue_tx.h

package info (click to toggle)
conntrack-tools 1%3A1.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,580 kB
  • sloc: ansic: 20,447; sh: 6,209; yacc: 1,480; makefile: 194; lex: 181; python: 176
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#ifndef _QUEUE_TX_H_
#define _QUEUE_TX_H_

void tx_queue_add_ctlmsg(uint32_t flags, uint32_t from, uint32_t to);
void tx_queue_add_ctlmsg2(uint32_t flags);

#endif /* _QUEUE_TX_H_ */