Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3439 find_sh(uint16_t code, uint8_t version, sopt_handler_f *handler) in find_sh() function
3460 if ((sh = find_sh(opcode, version, NULL)) == NULL) { in find_ref_sh()
3481 sh = find_sh(psh->opcode, psh->version, NULL); in find_unref_sh()
3557 h = find_sh(tmp->opcode, tmp->version, tmp->handler); in ipfw_del_sopt_handler()