Searched refs:odst (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A Dat_ultrix.c125 * Fill in type and odst. odst is the media output address, i.e.
135 ddp_ifoutput( ifp, m, dst, type, odst )
140 char *odst;
146 if ( !aarpresolve( ifp, 0, dst, odst )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c125 * Fill in type and odst. odst is the media output address, i.e.
135 ddp_ifoutput( ifp, m, dst, type, odst )
140 char *odst;
146 if ( !aarpresolve( ifp, 0, dst, odst )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dnetfilter.c16 struct dst_entry *odst; local
47 odst = (*pskb)->dst;
54 dst_release(odst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_state.c124 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; local
154 odst = xfrm_state_bydst;
167 xfrm_hash_free(odst, osize);
H A Dxfrm_policy.c514 struct hlist_head *odst = xfrm_policy_bydst[dir].table; local
524 xfrm_dst_hash_transfer(odst + i, ndst, nhashmask);
531 xfrm_hash_free(odst, (hmask + 1) * sizeof(struct hlist_head));

Completed in 120 milliseconds