Home
last modified time | relevance | path

Searched refs:NF_dst_port_handler (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpkt_handlers.h82 extern void NF_dst_port_handler(struct channels_list_entry *, struct packet_ptrs *, char **);
H A Dpkt_handlers.c508 …e if (config.acct_type == ACCT_NF) channels_list[index].phandler[primitives] = NF_dst_port_handler; in evaluate_packet_handlers()
2290 void NF_dst_port_handler(struct channels_list_entry *chptr, struct packet_ptrs *pptrs, char **data) in NF_dst_port_handler() function