Lines Matching refs:hn

2512 	hook_nic_event_t *hn;  in ipf_nic_event_v4()  local
2519 hn = (hook_nic_event_t *)info; in ipf_nic_event_v4()
2521 switch (hn->hne_event) in ipf_nic_event_v4()
2524 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4()
2526 fr_natifpsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2527 hn->hne_data, ifs); in ipf_nic_event_v4()
2528 fr_statesync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2529 hn->hne_data, ifs); in ipf_nic_event_v4()
2533 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2534 fr_natifpsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2536 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2547 if (hn->hne_lif == 1) { in ipf_nic_event_v4()
2548 frsync(IPFSYNC_RESYNC, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2550 sin = hn->hne_data; in ipf_nic_event_v4()
2551 fr_nataddrsync(4, (void *)hn->hne_nic, &sin->sin_addr, in ipf_nic_event_v4()
2560 if (hn->hne_data != NULL) { in ipf_nic_event_v4()
2577 new_ifp = (void *)(size_t)*((int *)hn->hne_data); in ipf_nic_event_v4()
2578 fr_ifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
2579 fr_natifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
2580 fr_stateifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
2606 hook_nic_event_t *hn; in ipf_nic_event_v6() local
2613 hn = (hook_nic_event_t *)info; in ipf_nic_event_v6()
2615 switch (hn->hne_event) in ipf_nic_event_v6()
2618 frsync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2619 hn->hne_data, ifs); in ipf_nic_event_v6()
2620 fr_natifpsync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2621 hn->hne_data, ifs); in ipf_nic_event_v6()
2622 fr_statesync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2623 hn->hne_data, ifs); in ipf_nic_event_v6()
2627 frsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
2628 fr_natifpsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, in ipf_nic_event_v6()
2630 fr_statesync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
2634 if (hn->hne_lif == 1) { in ipf_nic_event_v6()
2635 sin6 = hn->hne_data; in ipf_nic_event_v6()
2636 fr_nataddrsync(6, (void *)hn->hne_nic, &sin6->sin6_addr, in ipf_nic_event_v6()
2644 if (hn->hne_data != NULL) { in ipf_nic_event_v6()
2661 new_ifp = (void *)(size_t)*((int *)hn->hne_data); in ipf_nic_event_v6()
2662 fr_ifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v6()
2663 fr_natifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v6()
2664 fr_stateifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v6()