kif_update
if (kif_update(if_index, flags, ifd, sdl) == NULL)
struct kif *kif_update(u_short, int, struct if_data *,
static struct kif *kif_update(unsigned short, int, struct if_data *,
if ((kif = kif_update(ifindex, flags, ifd, sdl)) == NULL) {
static struct kif_node *kif_update(unsigned short, int, struct if_data *,
kif = kif_update(ifindex, flags, ifd, sdl, &link_old);
struct iface *kif_update(u_short, int, struct if_data *,
if ((iface = kif_update(ifindex, flags, ifd, sdl)) == NULL) {
if ((kif = kif_update(ifindex, flags, ifd, sdl)) == NULL) {
struct kif *kif_update(u_short, int, struct if_data *,